We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0640856 + cb7b602 commit 9a9973cCopy full SHA for 9a9973c
1 file changed
README.md
@@ -11,6 +11,13 @@ Test harness: http://junit.org<br>
11
Coverage: http://www.eclemma.org/<br>
12
Mockery: https://github.com/mockito/mockito
13
14
+Include these libraries in your project:
15
+JSON-Java.jar (make this jar of the files to be tested yourself)
16
+hamcrest-core-1.3.jar (for Junit)
17
+junit-4.12.jar
18
+mockito-all-1.9.5.jar
19
+
20
21
Eclipse is the recommended development environment.
22
Run individual tests or <b>JunitTestSuite</b> using *EclEmma Coverage*, or execute the <b>TestRunner<b> application directly.<br>
23
0 commit comments