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

Method serializeToJSONStringEmptyCB

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

Source from the content-addressed store, hash-verified

342 }
343
344 @Test (expected = IllegalArgumentException.class)
345 public void serializeToJSONStringEmptyCB() throws Exception {
346 JSON.serializeToJSONPString("", (HashMap<String, String>)null);
347 }
348
349 // serializeToJSONPBytes
350 @Test

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected