()
| 226 | } |
| 227 | |
| 228 | @Test (expected = IllegalArgumentException.class) |
| 229 | public void parseToStreamStringEmpty() throws Exception { |
| 230 | JSON.parseToStream(""); |
| 231 | } |
| 232 | |
| 233 | @Test |
| 234 | public void parseToStreamStringUnfinished() throws Exception { |
nothing calls this directly
no test coverage detected