MCPcopy
hub / github.com/OpenTSDB/opentsdb / serializeToStringNull

Method serializeToStringNull

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

Source from the content-addressed store, hash-verified

298 }
299
300 @Test (expected = IllegalArgumentException.class)
301 public void serializeToStringNull() throws Exception {
302 JSON.serializeToString((HashMap<String, String>)null);
303 }
304
305 // serializeToBytes
306 @Test

Callers

nothing calls this directly

Calls 1

serializeToStringMethod · 0.95

Tested by

no test coverage detected