stleary
928179a1f3
locale tests
2017-02-14 08:30:22 -06:00
Bence Erős
97e3d6c7ce
testcase for stleary/JSON-java#292 and adding .idea to .gitiignore
2016-10-05 14:59:36 +02:00
stleary
58aebaa14f
fixed merge issues
2016-09-15 21:31:28 -05:00
Sean Leary
3570890be7
Merge pull request #57 from johnjaylward/EnumCleanup
...
test updates to make sure Enums are handled consistently.
2016-08-19 11:43:20 -05:00
John J. Aylward
0b1dbe9369
fixes test to not depend on key order
2016-08-17 12:15:16 -04:00
John J. Aylward
a66b97f60b
fix test
2016-08-17 11:31:44 -04:00
johnjaylward
cbd0418704
Update JSONObjectTest.java
...
fixes test to be applicable
2016-08-16 21:33:54 -04:00
John J. Aylward
bbd3fd5571
Adds tests for numbers
2016-08-16 20:52:41 -04:00
John J. Aylward
5779400f26
test updates to make sure Enums are handled consistently.
2016-08-11 12:21:49 -04:00
Sean Leary
c400de3cfe
Merge pull request #53 from run2000/master
...
valueToString() and write() tests
2016-08-10 21:55:33 -05:00
John J. Aylward
8bae09f81b
removes unnecessary comparison to true
2016-08-09 16:11:46 -04:00
John J. Aylward
80e36eb63c
Fixes error messages
2016-08-09 15:59:27 -04:00
John J. Aylward
a2c311527b
Updates tests to include all opt methods and verify for missing keys.
2016-08-09 15:54:06 -04:00
run2000
e57881f8fa
Fail when exceptions are not thrown as expected
...
The idiom was started in the first few methods, but not continued further down where JSONException was expected. False success may have resulted.
2016-07-25 09:44:43 +10:00
Nicholas Cull
efe33a1e37
Fix comment.
2016-07-24 19:57:01 +10:00
Nicholas Cull
1246e12827
Factor out Writer from Appendable tests.
2016-07-24 19:39:52 +10:00
Nicholas Cull
ffcfa66d77
Add JSONString test class.
...
This set of tests demonstrates what happens when JSONString returns various results from its toJSONString() method. Tests for null returns and exceptions thrown. Also tests what happens for non-JSONString objects. The intent is to cover JSONObject's valueToString() and writeValue() methods.
2016-07-24 18:56:08 +10:00
Nicholas Cull
ae77b5cd83
Tests for deep copy and mutability of toList() and toMap().
...
Both toMap() and toList() return deep copies, which are also mutable. That is, any changes to the JSONObject or JSONArray do not affect the newly create Map or List, and vice-versa. The resulting objects can be altered.
2016-07-23 22:51:50 +10:00
Nicholas Cull
72c2b911bf
Tests for toString(), write(), toList(), and toMap().
...
Explicitly test variations of toString() and write() for different indent levels, and different method overloads. Also create some tests for the new toList() and toMap() methods for coverage improvements to JSONArray and JSONObject.
2016-07-23 22:33:19 +10:00
Nicholas Cull
c3ba4bdbe5
Nesting depth test works as expected.
2016-07-23 19:12:51 +10:00
John J. Aylward
215321cd28
updates Test cases to support new JSONML and XML conversion options
2016-07-18 15:04:03 -04:00
John J. Aylward
c2de224711
Verify opt method conversions for JSONArray and JSONObject
2016-07-08 16:58:58 -04:00
John J. Aylward
46a1c9acf9
Adds test case to confirm the parsing of control characters
2016-06-16 13:02:08 -04:00
John J. Aylward
80f9e48e64
Moves src folder to simplify build.gradle configuration. If JSON-Java source is merged, it's src fold would now be src/main/java/org.json/ instead of src/main/org.json as well.
2016-06-16 12:20:54 -04:00
Mads Ager
c7fdada0fd
Add test that an invalid escape sequence results in a JSONException and not a NumberFormatException.
2016-06-02 16:41:43 +02:00
Sean Leary
51bcbebaa8
Merge pull request #48 from erosb/master
...
unittests for stleary/JSON-Java#233
2016-05-20 21:12:12 -05:00
Bence Erős
a1893ebc02
unittests for stlear/JSON-Java#233
2016-05-16 14:54:01 +02:00
stleary
8ed0362683
convert remaining JsonPath expressions to JSONPointer
2016-05-14 13:38:46 -05:00
stleary
15f48a0500
convert tests to use JSONPointer where practical
2016-05-14 11:59:24 -05:00
stleary
45cbc66f5b
add coverage for JSONObject, JSONArray queryFrom()
2016-05-14 09:26:03 -05:00
stleary
0112d82755
add JSONPointerTest to test suite, fix resource for gradle build
2016-05-13 23:13:06 -05:00
Sean Leary
46044bfc51
Merge pull request #46 from erosb/master
...
Tests for JSON Pointers
2016-05-13 22:47:14 -05:00
Bence Erős
adb3118d31
added test for checking if the JSONPointer is immutable
2016-05-05 16:00:15 +02:00
Bence Erős
2eed4be5fc
one more test for null-check in Builder#append(String)
2016-05-03 23:42:26 +02:00
Bence Erős
6edc093803
adding unittests for JSPONPointer#toString(), toURIFragment() and its builder class
2016-05-03 23:20:17 +02:00
Bence Erős
e748c60eb1
tests for improved failure handling
2016-04-26 23:31:43 +02:00
Bence Erős
f857dda5d8
removing some deprecated commented code
2016-04-26 23:03:01 +02:00
Bence Erős
6211384f87
tests for url fragment notation handling, moving test document to separate file
2016-04-26 23:01:18 +02:00
Brian Russell
e00191798e
Added unit tests for escaped quotes.
2016-04-24 23:04:12 -04:00
Bence Erős
9c47ba299d
initial test for JSONPointer class
2016-04-18 21:49:14 +02:00
John J. Aylward
974c09b22a
Fixes typo in assert
2016-01-27 15:02:37 -05:00
John J. Aylward
bd958e0830
fixes formatting
2016-01-27 11:36:15 -05:00
John J. Aylward
67d888e9be
Adds test cases to verify that -0 and -0.0 are processed as Double
2016-01-27 11:32:11 -05:00
stleary
706d898648
latest
2016-01-03 21:39:44 -06:00