From 8374382947a12c388be9979fa0502cc526849c2e Mon Sep 17 00:00:00 2001 From: stleary Date: Sat, 21 Mar 2015 13:22:54 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4c9de4a..d41135b 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,14 @@ The fundamental issues with JSON-Java testing are: * Access to the JSONArray and JSONObject internal containers for comparison is not currently available. * JSONObject sometimes wraps entries in quotes, other times does not, complicating comparisons. -When you start working on a test, add the empty file to the repository, so that others will know that test is taken. +When you start working on a test, add the empty file to the repository and update the readme, so that others will know that test is taken. A unit test is considered complete when the coverage is >= 90% as measured by EclEmma. -| Test file name | Coverage | Comments | - -| ------------- | ------------- | - +| Test-file-name | Coverage | Comments | +| ------------- | ------------- | ---- | | CookieTest.java | 97.5% | Completed | - | PropertyTest.java | 94.8% | Completed | - | CDLTest.java | 94.8% | Relies too much on string tests, needs to be reworked |