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