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

Method serializeToJSONPBytesNullCB

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

Source from the content-addressed store, hash-verified

364 }
365
366 @Test (expected = IllegalArgumentException.class)
367 public void serializeToJSONPBytesNullCB() throws Exception {
368 JSON.serializeToJSONPBytes((String)null, (HashMap<String, String>)null);
369 }
370
371 @Test (expected = IllegalArgumentException.class)
372 public void serializeToJSONPBytesEmptyCB() throws Exception {

Callers

nothing calls this directly

Calls 1

serializeToJSONPBytesMethod · 0.95

Tested by

no test coverage detected