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

Method serializeToBytesNull

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

Source from the content-addressed store, hash-verified

315 }
316
317 @Test (expected = IllegalArgumentException.class)
318 public void serializeToBytesNull() throws Exception {
319 JSON.serializeToString((HashMap<String, String>)null);
320 }
321
322 // serializeToJSONString
323 @Test

Callers

nothing calls this directly

Calls 1

serializeToStringMethod · 0.95

Tested by

no test coverage detected