From 44f98e6a132a2148545b330e8cd3abd4658d182c Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Sat, 13 Jun 2015 13:30:06 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd36d85..80e73ef 100644 --- a/README.md +++ b/README.md @@ -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
Coverage: http://www.eclemma.org/
+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 JunitTestSuite using *EclEmma Coverage*, or execute the TestRunner application directly.