()
| 257 | } |
| 258 | |
| 259 | @Test (expected = IllegalArgumentException.class) |
| 260 | public void parseToStreamByteNull() throws Exception { |
| 261 | JSON.parseToStream((byte[])null); |
| 262 | } |
| 263 | |
| 264 | // parseToStream - Stream |
| 265 | @Test |
nothing calls this directly
no test coverage detected