diff --git a/README.md b/README.md index 9c27a4f..758ce72 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,18 @@ https://github.com/douglascrockford/JSON-java
More coverage is needed, but more importantly, improvements to test quality is needed.
Eclipse is the recommended development environment.
-Run individual tests or JunitTestSuite using *EclEmma Coverage*, or execute the TestRunner application directly.
+Run individual tests or JunitTestSuite using EclEmma Coverage, or execute the TestRunner application directly.
-You will need the following libraries for testing:
+**You will need the following libraries for testing:**
Test harness: http://junit.org
-* hamcrest-core-1.3.jar (for Junit) -* junit-4.12.jar +* hamcrest-core-1.3.jar (for Junit)
+* junit-4.12.jar
+ Mockery: https://github.com/mockito/mockito
-* mockito-all-1.9.5.jar +* mockito-all-1.9.5.jar
+ Coverage: http://www.eclemma.org/ (just install the latest in Eclipse)
+ JSON-Java.jar (make this jar of the files to be tested yourself)
Conventions