From d613203eecf1e8707955df2cc6e3db5ba8d6c0ad Mon Sep 17 00:00:00 2001 From: stleary Date: Wed, 18 Mar 2015 21:51:08 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 727f33a..8fdb6ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # JSON-Java-unit-test -Junit test harness to validate the JSON-Java GitHub project code. -See https://github.com/douglascrockford/JSON-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/ +Completed tests: +CDLTest.java +In progress: +CookieTest.java + From 3d3325aaca7cf7e450ce87e2b42e104a7319cc4c Mon Sep 17 00:00:00 2001 From: stleary Date: Wed, 18 Mar 2015 21:51:43 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8fdb6ec..bef6696 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ # 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/ + Completed tests: + CDLTest.java + In progress: + CookieTest.java