()
| 302 | } |
| 303 | |
| 304 | @Test (expected = IllegalArgumentException.class) |
| 305 | public void explodeAPIPathNotAPI() { |
| 306 | final HttpQuery query = NettyMocks.getQuery(tsdb, |
| 307 | "/q?hello=world"); |
| 308 | query.explodeAPIPath(); |
| 309 | } |
| 310 | |
| 311 | @Test (expected = IllegalArgumentException.class) |
| 312 | public void explodeAPIPathHome() { |
nothing calls this directly
no test coverage detected