mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
A reference implementation of a JSON package in Java.
CDLTest.java | ||
CookieTest.java | ||
JunitTestSuite.java | ||
LICENSE.txt | ||
PropertyTest.java | ||
README.md | ||
TestRunner.java | ||
Util.java |
JSON-Java-unit-test
Unit tests to validate the JSON-Java GitHub project code (https://github.com/douglascrockford/JSON-java).
Test harness: http://junit.org
Coverage: http://www.eclemma.org/
Run individual tests using eclemma or the entire test suite using TestRunner
Completed tests:
CDLTest.java
CookieTest.java
PropertyTest.java
In progress:
XMLTest.java