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:19:58 -05:00
parent 42ad66b032
commit 2b0a9cc7c8

View file

@ -22,10 +22,15 @@ When you start working on a test, add the empty file to the repository, so that
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 |
<b>Completed tests:</b><br> <b>Completed tests:</b><br>
CDLTest.java<br> CDLTest.java<br>