Skip to content

Commit 99927c5

Browse files
committed
Update README.md
1 parent 3de0a0a commit 99927c5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>
99
More 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>
1212
Run 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>
1515
Test 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
2020
Coverage: 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>
2424
Test filenames should consist of the name of the module being tested, with the suffix "Test".
2525
For example, <b>Cookie.java</b> is tested by <b>CookieTest.java</b>.
2626
When adding a new unit test, don't forget to update <b>JunitTestSuite.java</b>.

0 commit comments

Comments
 (0)