()
| 199 | } |
| 200 | |
| 201 | @Test (expected = NullPointerException.class) |
| 202 | public void getQueryPathNull() { |
| 203 | NettyMocks.getQuery(tsdb, null).getQueryPath(); |
| 204 | } |
| 205 | |
| 206 | @Test |
| 207 | public void explodePath() { |
nothing calls this directly
no test coverage detected