MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / parseToStreamByteNull

Method parseToStreamByteNull

test/utils/TestJSON.java:259–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

parseToStreamMethod · 0.95

Tested by

no test coverage detected