()
| 281 | } |
| 282 | |
| 283 | @Test (expected = IllegalArgumentException.class) |
| 284 | public void parseToStreamStreamNull() throws Exception { |
| 285 | JSON.parseToStream((InputStream)null); |
| 286 | } |
| 287 | |
| 288 | // serializeToString |
| 289 | @Test |
nothing calls this directly
no test coverage detected