1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Merge branch 'master' of github.com:/stleary/JSON-Java-unit-test

This commit is contained in:
stleary 2015-04-23 21:47:28 -05:00
commit 9f500c242c

View file

@ -28,9 +28,9 @@ A unit test is considered complete when the coverage is >= 90% as measured by Ec
| Test file name | Coverage | Comments | | Test file name | Coverage | Comments |
| ------------- | ------------- | ---- | | ------------- | ------------- | ---- |
| Total coverage | 88.7% | | | | Total coverage | 88.6% | | |
| | | | | | | |
| CDLTest.java | 94.8% | Completed | | CDLTest.java | 98% | Completed |
| CookieTest.java | 97.5% | Completed | | CookieTest.java | 97.5% | Completed |
| CookieListTest.java |96.5% | Completed | | CookieListTest.java |96.5% | Completed |
| HTTPTest.java | 98.7%| Completed | | HTTPTest.java | 98.7%| Completed |