1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update README.md

This commit is contained in:
stleary 2015-03-21 13:15:46 -05:00
parent 1bde00ed4c
commit b0ce7f3bd9

View file

@ -5,7 +5,7 @@ Test harness: http://junit.org<br>
Coverage: http://www.eclemma.org/<br> Coverage: http://www.eclemma.org/<br>
Eclipse is the recommended development environment. Eclipse is the recommended development environment.
Run individual tests or *JunitTestSuite* using *EclEmma Coverage*, or execute the _TestRunner_ application directly.<br> Run individual tests or <b>JunitTestSuite</b> using *EclEmma Coverage*, or execute the <b>TestRunner<b> application directly.<br>
Test filenames should consist of the name of the module being tested, with the suffix "Test". Test filenames should consist of the name of the module being tested, with the suffix "Test".
For example, *Cookie.java* is tested by *CookieTest.java*. For example, *Cookie.java* is tested by *CookieTest.java*.