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:
parent
2b0a9cc7c8
commit
8374382947
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
@ -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 |
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue