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

Method sendReplyStatusSBNullSB

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

Source from the content-addressed store, hash-verified

1106 }
1107
1108 @Test (expected = NullPointerException.class)
1109 public void sendReplyStatusSBNullSB() throws Exception {
1110 HttpQuery query = NettyMocks.getQuery(tsdb, "/");
1111 query.sendReply(HttpResponseStatus.CREATED, (StringBuilder)null);
1112 }
1113
1114 @Test
1115 public void sendReplyCB() throws Exception {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
sendReplyMethod · 0.95

Tested by

no test coverage detected