John J. Aylward
c98da43184
Refs #537 Add test cases to verify no issue
2020-07-20 18:25:51 -04:00
John J. Aylward
c11c006e88
fix tests to not depend on HashSet key order
2020-06-05 19:09:10 -04:00
stleary
2b0a8838ef
gradle support
2020-05-22 11:17:44 -05:00
meiskalt7
fa173fa51a
add test for xsi:nil to null conversion disabled
2019-04-21 00:53:39 +07:00
meiskalt7
614e8359b9
add test for xsi:nil to null conversion
2019-04-18 21:42:57 +07:00
John J. Aylward
e7f7d348cd
* updates tests to cover more cases of tokenizing
...
* uncomments tests that should now work
2018-12-10 11:45:10 -05:00
Sean Leary
e699abb1c6
Merge pull request #61 from johnjaylward/XmlEscape
...
Test cases Xml escapes
2018-12-08 20:09:03 -06:00
Andrei Paikin
d00501eabd
add usage of isEmpty method
2018-05-25 22:47:05 +03:00
John J. Aylward
2713f2e2a4
Adds testing for unicode entities
2017-08-19 18:45:53 -04:00
John J. Aylward
cb61bbf720
New tests for XML unescaping
2017-08-19 18:19:22 -04:00
John J. Aylward
0e612ba8a4
More test corrections for correct position reports in error messages
2017-06-21 19:56:00 -04:00
John J. Aylward
3081b4bd96
Fixes for failing tests due to android integration
2017-06-21 14:59:42 -04:00
John J. Aylward
9df5d34bbe
* Update link in the README to the main JSON-Java repo
...
* Cleans up some warnings
* Adds new test for bug https://github.com/stleary/JSON-java/issues/332
* Adds some resource handling for string writers using pre-java1.7
support. I know StringWriters don't need a close method called, but the
tests should still handle their resources properly.
2017-04-27 12:39:42 -04:00
John J. Aylward
f6a00e94c7
adds test for unicode that has surrogate pairs
2016-09-22 16:12:00 -04:00
John J. Aylward
2b87f334d0
Update test cases to support ISO Control encoding changes.
2016-09-22 14:13:48 -04:00
John J. Aylward
5027a283c1
Adds test for escaping from a JSONObject to XML
2016-09-22 13:09:32 -04:00
John J. Aylward
c8563ff93d
new test case for XML changes
2016-09-22 12:38:30 -04: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
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