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

Method parseToStreamStringNull

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

parseToStreamMethod · 0.95

Tested by

no test coverage detected