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:
parent
994a19b831
commit
44f98e6a13
1 changed files with 8 additions and 0 deletions
|
@ -9,8 +9,16 @@ More coverage is needed, but more importantly, improvements to test quality is n
|
|||
You will need the following libraries for testing:
|
||||
Test harness: http://junit.org<br>
|
||||
Coverage: http://www.eclemma.org/<br>
|
||||
JsonPath: https://github.com/jayway/JsonPath
|
||||
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.
|
||||
Run individual tests or <b>JunitTestSuite</b> using *EclEmma Coverage*, or execute the <b>TestRunner<b> application directly.<br>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue