1
0
Fork 0
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.
Find a file
2015-03-19 16:12:47 -05:00
CDLTest.java final, for now, 94.8% coverage 2015-03-18 20:54:46 -05:00
CookieTest.java CookieTest 97.5% coverage 2015-03-19 16:09:29 -05:00
JunitTestSuite.java test suite and cookie test 2015-03-18 22:39:54 -05:00
LICENSE.txt Add LICENSE file via addalicense.com 2015-03-16 12:06:41 -05:00
README.md Update README.md 2015-03-19 16:12:47 -05:00
TestRunner.java test suite and cookie test 2015-03-18 22:39:54 -05:00

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

In progress:

PropertyTest.java