Commit b7d5954
authored
Add iterator fail-fast tests for LinkedTreeMap.clear() (#2992)
* Add boundary tests for JsonTreeWriter.endArray() error handling
* Add comprehensive boundary tests for LinkedTreeMap.clear() method
* Update JsonTreeWriterTest.java
* Remove redundant clear map tests from LinkedTreeMapTest
Removed multiple test cases for clearing LinkedTreeMap, including tests for single and multiple entries, null values, and various scenarios.
* Remove blank line in LinkedTreeMapTest
Removed unnecessary blank line in LinkedTreeMapTest.1 parent 36cacf3 commit b7d5954
1 file changed
Lines changed: 31 additions & 0 deletions
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
222 | 253 | | |
0 commit comments