From fd56452f6ba8941e786316f4d7229df6cf8ce7a5 Mon Sep 17 00:00:00 2001 From: stleary Date: Thu, 19 Mar 2015 17:35:16 -0500 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0d3489c..e750b72 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,13 @@ # JSON-Java-unit-test -Unit tests to validate the JSON-Java GitHub project code (https://github.com/douglascrockford/JSON-java). - -Test harness: http://junit.org - -Coverage: http://www.eclemma.org/ - -Run individual tests using eclemma or the entire test suite using TestRunner - -Completed tests: - -CDLTest.java - -CookieTest.java - -In progress: - -PropertyTest.java - +Unit tests to validate the JSON-Java GitHub project code (https://github.com/douglascrockford/JSON-java).
+Test harness: http://junit.org
+Coverage: http://www.eclemma.org/
+Run individual tests using eclemma or the entire test suite using TestRunner
+Completed tests:
+CDLTest.java
+CookieTest.java
+PropertyTest.java
+In progress:
+XMLTest.java