mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
13 lines
416 B
Markdown
13 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>
|
|
|
|
|