Skip to content

Commit 44f98e6

Browse files
committed
Update README.md
1 parent 994a19b commit 44f98e6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ More coverage is needed, but more importantly, improvements to test quality is n
99
You will need the following libraries for testing:
1010
Test harness: http://junit.org<br>
1111
Coverage: http://www.eclemma.org/<br>
12+
JsonPath: https://github.com/jayway/JsonPath
1213
Mockery: https://github.com/mockito/mockito
1314

15+
Include these libraries in your project:
16+
JSON-Java.jar (make this jar of the files to be tested yourself)
17+
hamcrest-core-1.3.jar (for Junit)
18+
junit-4.12.jar
19+
mockito-all-1.9.5.jar
20+
21+
1422
Eclipse is the recommended development environment.
1523
Run individual tests or <b>JunitTestSuite</b> using *EclEmma Coverage*, or execute the <b>TestRunner<b> application directly.<br>
1624

0 commit comments

Comments
 (0)