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

Method serializeToJSONStringNullCB

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

Source from the content-addressed store, hash-verified

337 }
338
339 @Test (expected = IllegalArgumentException.class)
340 public void serializeToJSONStringNullCB() throws Exception {
341 JSON.serializeToJSONPString((String)null, (HashMap<String, String>)null);
342 }
343
344 @Test (expected = IllegalArgumentException.class)
345 public void serializeToJSONStringEmptyCB() throws Exception {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected