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:
Sean Leary 2015-06-03 22:54:12 -05:00
parent 86f4bda2d4
commit 67a0c734b6

View file

@ -51,6 +51,7 @@ A unit test has the following stages:
| CDL.java | 98% | Reasonable test cases. | | CDL.java | 98% | Reasonable test cases. |
| Cookie.java | 98.9% | Reasonable test cases. | | Cookie.java | 98.9% | Reasonable test cases. |
| CookieList.java |96.5% | Reasonable test cases. | | CookieList.java |96.5% | Reasonable test cases. |
| EnumTest.java | n/a | Just documenting how enums are handled. |
| HTTP.java | 98.7%| Coverage > 90% | | HTTP.java | 98.7%| Coverage > 90% |
| HTTPTokener.java |93.2% | No test | | HTTPTokener.java |93.2% | No test |
| JSONArray.java |95.9% | Coverage > 90% | | JSONArray.java |95.9% | Coverage > 90% |