()
| 194 | } |
| 195 | |
| 196 | @Test |
| 197 | public void getQueryPathB() { |
| 198 | assertEquals("/", NettyMocks.getQuery(tsdb, "/").getQueryPath()); |
| 199 | } |
| 200 | |
| 201 | @Test (expected = NullPointerException.class) |
| 202 | public void getQueryPathNull() { |
nothing calls this directly
no test coverage detected