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
8374382947
commit
e150039261
1 changed files with 2 additions and 10 deletions
12
README.md
12
README.md
|
@ -21,18 +21,10 @@ When you start working on a test, add the empty file to the repository and updat
|
||||||
|
|
||||||
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 |
|
||||||
|
| XMLTest.java | 0% | Just started - stleary |
|
||||||
|
|
||||||
<b>Completed tests:</b><br>
|
|
||||||
CDLTest.java<br>
|
|
||||||
CookieTest.java<br>
|
|
||||||
PropertyTest.java<br>
|
|
||||||
<b>In progress:</b><br>
|
|
||||||
XMLTest.java<br>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue