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

Method serializeToJSONPBytesNullData

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

Source from the content-addressed store, hash-verified

359 }
360
361 @Test (expected = IllegalArgumentException.class)
362 public void serializeToJSONPBytesNullData() throws Exception {
363 JSON.serializeToJSONPBytes("dummycb", (HashMap<String, String>)null);
364 }
365
366 @Test (expected = IllegalArgumentException.class)
367 public void serializeToJSONPBytesNullCB() throws Exception {

Callers

nothing calls this directly

Calls 1

serializeToJSONPBytesMethod · 0.95

Tested by

no test coverage detected