File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ https://github.com/douglascrockford/JSON-java<br>
88* These tests are a work in progress. Help from interested developers is welcome.* <br >
99More coverage is needed, but more importantly, improvements to test quality is needed.<br >
1010
11- Eclipse is the recommended development environment.
11+ Eclipse is the recommended development environment.< br >
1212Run individual tests or <b >JunitTestSuite</b > using * EclEmma Coverage* , or execute the <b >TestRunner<b > application directly.<br >
1313
14- You will need the following libraries for testing:
14+ You will need the following libraries for testing:< br >
1515Test harness: http://junit.org <br >
1616* hamcrest-core-1.3.jar (for Junit)
1717* junit-4.12.jar
18- Mockery: https://github.com/mockito/mockito
18+ Mockery: https://github.com/mockito/mockito < br >
1919* mockito-all-1.9.5.jar
2020Coverage: http://www.eclemma.org/ (just install the latest in Eclipse)<br >
21- JSON-Java.jar (make this jar of the files to be tested yourself)
21+ JSON-Java.jar (make this jar of the files to be tested yourself)< br >
2222
23- * Conventions*
23+ * Conventions* < br >
2424Test filenames should consist of the name of the module being tested, with the suffix "Test".
2525For example, <b >Cookie.java</b > is tested by <b >CookieTest.java</b >.
2626When adding a new unit test, don't forget to update <b >JunitTestSuite.java</b >.
You can’t perform that action at this time.
0 commit comments