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

Method sendReplyBytesNull

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

Source from the content-addressed store, hash-verified

1033 }
1034
1035 @Test (expected = NullPointerException.class)
1036 public void sendReplyBytesNull() throws Exception {
1037 HttpQuery query = NettyMocks.getQuery(tsdb, "/");
1038 query.sendReply((byte[])null);
1039 }
1040
1041 @Test
1042 public void sendReplyStatusBytes() throws Exception {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
sendReplyMethod · 0.95

Tested by

no test coverage detected