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

Merge branch 'master' of https://github.com/stleary/JSON-Java-unit-test into more-numbers

This commit is contained in:
stleary 2015-06-17 03:01:22 -05:00
commit 9a9973c9ca

View file

@ -11,6 +11,13 @@ Test harness: http://junit.org<br>
Coverage: http://www.eclemma.org/<br> Coverage: http://www.eclemma.org/<br>
Mockery: https://github.com/mockito/mockito Mockery: https://github.com/mockito/mockito
Include these libraries in your project:
JSON-Java.jar (make this jar of the files to be tested yourself)
hamcrest-core-1.3.jar (for Junit)
junit-4.12.jar
mockito-all-1.9.5.jar
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>