1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update README.md

This commit is contained in:
Sean Leary 2015-04-14 10:59:19 -05:00
parent d75a96ae59
commit 0409c9bfb2

View file

@ -1,6 +1,10 @@
# JSON-Java-unit-test
Unit tests to validate the JSON-Java GitHub project code (https://github.com/douglascrockford/JSON-java).<br>
Unit tests to validate the JSON-Java GitHub project code<br>
https://github.com/douglascrockford/JSON-java<br>
*These tests are a work in progress. Help improving the tests is welcome*
More coverage is needed, but more important is to improve the quality of the tests.
Test harness: http://junit.org<br>
Coverage: http://www.eclemma.org/<br>