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

Method sendReplyStatusBytesNullStatus

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

Source from the content-addressed store, hash-verified

1048 }
1049
1050 @Test (expected = NullPointerException.class)
1051 public void sendReplyStatusBytesNullStatus() throws Exception {
1052 HttpQuery query = NettyMocks.getQuery(tsdb, "/");
1053 query.sendReply(null, "Hello World".getBytes());
1054 }
1055
1056 @Test (expected = NullPointerException.class)
1057 public void sendReplyStatusBytesNullBytes() throws Exception {

Callers

nothing calls this directly

Calls 3

getQueryMethod · 0.95
sendReplyMethod · 0.95
getBytesMethod · 0.45

Tested by

no test coverage detected