()
| 1084 | } |
| 1085 | |
| 1086 | @Test (expected = NullPointerException.class) |
| 1087 | public void sendReplyStringNull() throws Exception { |
| 1088 | HttpQuery query = NettyMocks.getQuery(tsdb, "/"); |
| 1089 | query.sendReply((String)null); |
| 1090 | } |
| 1091 | |
| 1092 | @Test |
| 1093 | public void sendReplyStatusSB() throws Exception { |