()
| 221 | } |
| 222 | |
| 223 | @Test (expected = IllegalArgumentException.class) |
| 224 | public void parseToStreamStringNull() throws Exception { |
| 225 | JSON.parseToStream((String)null); |
| 226 | } |
| 227 | |
| 228 | @Test (expected = IllegalArgumentException.class) |
| 229 | public void parseToStreamStringEmpty() throws Exception { |
nothing calls this directly
no test coverage detected