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

Method sendReplyStatusSBNullStatus

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

Source from the content-addressed store, hash-verified

1100 }
1101
1102 @Test (expected = NullPointerException.class)
1103 public void sendReplyStatusSBNullStatus() throws Exception {
1104 HttpQuery query = NettyMocks.getQuery(tsdb, "/");
1105 query.sendReply(null, new StringBuilder("Hello World"));
1106 }
1107
1108 @Test (expected = NullPointerException.class)
1109 public void sendReplyStatusSBNullSB() throws Exception {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
sendReplyMethod · 0.95

Tested by

no test coverage detected