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

Method sendReplyStringNull

test/tsd/TestHttpQuery.java:1086–1090  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1084 }
1085
1086 @Test (expected = NullPointerException.class)
1087 public void sendReplyStringNull() throws Exception {
1088 HttpQuery query = NettyMocks.getQuery(tsdb, "/");
1089 query.sendReply((String)null);
1090 }
1091
1092 @Test
1093 public void sendReplyStatusSB() throws Exception {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
sendReplyMethod · 0.95

Tested by

no test coverage detected