stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Updates tests to include all opt methods and verify for missing keys. #55

Closed johnjaylward closed 8 years ago

johnjaylward commented 8 years ago

Test cases for https://github.com/stleary/JSON-java/pull/261 and https://github.com/stleary/JSON-java/issues/260

stleary commented 8 years ago

Thanks, will review tonight, would be great to be able to include positive tests.

stleary commented 8 years ago

Thanks, test content and coverage looks good. Will commit after https://github.com/stleary/JSON-java/pull/261.