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

Method parseToStreamStreamNull

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

Source from the content-addressed store, hash-verified

281 }
282
283 @Test (expected = IllegalArgumentException.class)
284 public void parseToStreamStreamNull() throws Exception {
285 JSON.parseToStream((InputStream)null);
286 }
287
288 // serializeToString
289 @Test

Callers

nothing calls this directly

Calls 1

parseToStreamMethod · 0.95

Tested by

no test coverage detected