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

Method parseToObjectStringNull

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

Source from the content-addressed store, hash-verified

65 }
66
67 @Test (expected = IllegalArgumentException.class)
68 public void parseToObjectStringNull() throws Exception {
69 JSON.parseToObject((String)null, HashMap.class);
70 }
71
72 @Test (expected = IllegalArgumentException.class)
73 public void parseToObjectStringEmpty() throws Exception {

Callers

nothing calls this directly

Calls 1

parseToObjectMethod · 0.95

Tested by

no test coverage detected