Skip to content

Commit 0990f34

Browse files
committed
Update README.md
1 parent 4ddd6a1 commit 0990f34

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,32 +91,37 @@ A unit test has the following stages:
9191

9292
| Test file name | Coverage | Comments |
9393
| ------------- | ------------- | ---- |
94-
| Total coverage | 88.9% | | |
94+
| Total coverage | 90.6% | | |
9595
| | | |
96-
| CDL.java | 98% | Reasonable test cases. |
96+
| CDL.java | 98.8% | Reasonable test cases. |
9797
| Cookie.java | 98.9% | Reasonable test cases. |
9898
| CookieList.java |96.5% | Reasonable test cases. |
9999
| EnumTest.java | n/a | Just documenting how enums are handled. |
100100
| HTTP.java | 98.7%| Coverage > 90% |
101101
| HTTPTokener.java |93.2% | No test |
102-
| JSONArray.java |95.9% | Coverage > 90% |
102+
| JSONArray.java |95.9% | Reasonable test cases |
103103
| JSONException.java | 26.7% | No test |
104-
| JSONML.java | 83.2%| In progress |
105-
| JSONObject | 90.9% | Coverage > 90% |
104+
| JSONML.java | 86.8%| In progress |
105+
| JSONObject | 94.0% | Reasonable test cases |
106106
| JSONObject.Null | 87.5% | No test |
107107
| JSONString.java | | No test |
108108
| JSONStringer.java | 93.8%| Coverage > 90% |
109109
| JSONTokener.java | 72.1% | In progress |
110-
| JSONWriter.java | 88.9% | No test |
110+
| JSONWriter.java | 87.5% | No test |
111111
| Property.java | 94.8% | Coverage > 90% |
112-
| XML.java | 85.1% | In progress |
112+
| XML.java | 87.4% | In progress |
113113
| XMLTokener.java| 82.7%| No test |
114114

115115
| Files used in test |
116116
| ------------- |
117+
| MyBean.java |
118+
| MyBigNumberBean.java |
117119
| MyEnum.java |
118120
| MyEnumClass.java |
119121
| MyEnumField.java |
122+
| MyJsonString.java |
123+
| MyPublicClass.java |
124+
| PropertyTest.java |
120125
| JunitTestSuite.java |
121126
| StringsResourceBundle.java |
122127
| TestRunner.java |

0 commit comments

Comments
 (0)