mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
14 lines
416 B
Markdown
14 lines
416 B
Markdown
# JSON-Java-unit-test
|
|
Unit tests to validate the JSON-Java GitHub project code (https://github.com/douglascrockford/JSON-java).<br>
|
|
Test harness: http://junit.org<br>
|
|
Coverage: http://www.eclemma.org/<br>
|
|
Run individual tests using eclemma or the entire test suite using TestRunner<br>
|
|
<b>Completed tests:</b><br>
|
|
CDLTest.java<br>
|
|
CookieTest.java<br>
|
|
PropertyTest.java<br>
|
|
<b>In progress:</b><br>
|
|
XMLTest.java<br>
|
|
|
|
|