Skip to content

Commit 7ed1f78

Browse files
committed
Update README.md
1 parent 6dd85ad commit 7ed1f78

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@ https://github.com/douglascrockford/JSON-java<br>
99
More coverage is needed, but more importantly, improvements to test quality is needed.<br>
1010

1111
Eclipse is the recommended development environment.<br>
12-
Run individual tests or <b>JunitTestSuite</b> using *EclEmma Coverage*, or execute the <b>TestRunner<b> application directly.<br>
12+
Run individual tests or <b>JunitTestSuite</b> using <b>EclEmma Coverage</b>, or execute the <b>TestRunner<b> application directly.<br>
1313

14-
You will need the following libraries for testing:<br>
14+
**You will need the following libraries for testing:**<br>
1515
Test harness: http://junit.org<br>
16-
* hamcrest-core-1.3.jar (for Junit)
17-
* junit-4.12.jar
16+
* hamcrest-core-1.3.jar (for Junit)<br>
17+
* junit-4.12.jar<br>
18+
1819
Mockery: https://github.com/mockito/mockito <br>
19-
* mockito-all-1.9.5.jar
20+
* mockito-all-1.9.5.jar<br>
21+
2022
Coverage: http://www.eclemma.org/ (just install the latest in Eclipse)<br>
23+
2124
JSON-Java.jar (make this jar of the files to be tested yourself)<br>
2225

2326
<b>Conventions</b><br>

0 commit comments

Comments
 (0)