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

Method serializeToJSONPBytesEmptyCB

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

Source from the content-addressed store, hash-verified

369 }
370
371 @Test (expected = IllegalArgumentException.class)
372 public void serializeToJSONPBytesEmptyCB() throws Exception {
373 JSON.serializeToJSONPBytes("", (HashMap<String, String>)null);
374 }
375
376 /** Helper to parse an input stream into a map */
377 private HashMap<String, String> parseToMap(final InputStream is)

Callers

nothing calls this directly

Calls 1

serializeToJSONPBytesMethod · 0.95

Tested by

no test coverage detected