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