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