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