MCPcopy
hub / github.com/OpenTSDB/opentsdb / parseToObjectStringEmpty

Method parseToObjectStringEmpty

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

Source from the content-addressed store, hash-verified

70 }
71
72 @Test (expected = IllegalArgumentException.class)
73 public void parseToObjectStringEmpty() throws Exception {
74 JSON.parseToObject("", HashMap.class);
75 }
76
77 @Test (expected = IllegalArgumentException.class)
78 public void parseToObjectStringBad() throws Exception {

Callers

nothing calls this directly

Calls 1

parseToObjectMethod · 0.95

Tested by

no test coverage detected