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

Method serializeToJSONStringNullData

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

Source from the content-addressed store, hash-verified

332 }
333
334 @Test (expected = IllegalArgumentException.class)
335 public void serializeToJSONStringNullData() throws Exception {
336 JSON.serializeToJSONPString("dummycb", (HashMap<String, String>)null);
337 }
338
339 @Test (expected = IllegalArgumentException.class)
340 public void serializeToJSONStringNullCB() throws Exception {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected