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:22:54 -05:00
parent 2b0a9cc7c8
commit 8374382947

View file

@ -17,18 +17,14 @@ The fundamental issues with JSON-Java testing are:
* Access to the <b>JSONArray</b> and <b>JSONObject</b> internal containers for comparison is not currently available. * Access to the <b>JSONArray</b> and <b>JSONObject</b> internal containers for comparison is not currently available.
* <b>JSONObject</b> sometimes wraps entries in quotes, other times does not, complicating comparisons. * <b>JSONObject</b> 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. 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 | | CookieTest.java | 97.5% | Completed |
| PropertyTest.java | 94.8% | Completed | | PropertyTest.java | 94.8% | Completed |
| CDLTest.java | 94.8% | Relies too much on string tests, needs to be reworked | | CDLTest.java | 94.8% | Relies too much on string tests, needs to be reworked |