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

Method sendReplyStatusBytesNullBytes

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

Source from the content-addressed store, hash-verified

1054 }
1055
1056 @Test (expected = NullPointerException.class)
1057 public void sendReplyStatusBytesNullBytes() throws Exception {
1058 HttpQuery query = NettyMocks.getQuery(tsdb, "/");
1059 query.sendReply(HttpResponseStatus.CREATED, (byte[])null);
1060 }
1061
1062 @Test
1063 public void sendReplySB() throws Exception {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
sendReplyMethod · 0.95

Tested by

no test coverage detected