()
| 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 { |