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-05-08 23:30:41 -05:00
parent fcb8048038
commit fb36918d85

View file

@ -6,8 +6,10 @@ https://github.com/douglascrockford/JSON-java<br>
*These tests are a work in progress. Help from interested developers is welcome.*<br> *These tests are a work in progress. Help from interested developers is welcome.*<br>
More coverage is needed, but more importantly, improvements to test quality is needed.<br> More coverage is needed, but more importantly, improvements to test quality is needed.<br>
You will need the following libraries for testing:
Test harness: http://junit.org<br> Test harness: http://junit.org<br>
Coverage: http://www.eclemma.org/<br> Coverage: http://www.eclemma.org/<br>
Mockery: https://github.com/mockito/mockito
Eclipse is the recommended development environment. Eclipse is the recommended development environment.
Run individual tests or <b>JunitTestSuite</b> using *EclEmma Coverage*, or execute the <b>TestRunner<b> application directly.<br> Run individual tests or <b>JunitTestSuite</b> using *EclEmma Coverage*, or execute the <b>TestRunner<b> application directly.<br>