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

Method parseToStreamStringEmpty

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

Source from the content-addressed store, hash-verified

226 }
227
228 @Test (expected = IllegalArgumentException.class)
229 public void parseToStreamStringEmpty() throws Exception {
230 JSON.parseToStream("");
231 }
232
233 @Test
234 public void parseToStreamStringUnfinished() throws Exception {

Callers

nothing calls this directly

Calls 1

parseToStreamMethod · 0.95

Tested by

no test coverage detected