diff --git a/README.md b/README.md index bd36d85..b683c13 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ Test harness: http://junit.org
Coverage: http://www.eclemma.org/
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 JunitTestSuite using *EclEmma Coverage*, or execute the TestRunner application directly.