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

Method sendReplySBNull

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

Source from the content-addressed store, hash-verified

1069 }
1070
1071 @Test (expected = NullPointerException.class)
1072 public void sendReplySBNull() throws Exception {
1073 HttpQuery query = NettyMocks.getQuery(tsdb, "/");
1074 query.sendReply((StringBuilder)null);
1075 }
1076
1077 @Test
1078 public void sendReplyString() throws Exception {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
sendReplyMethod · 0.95

Tested by

no test coverage detected