()
| 309 | } |
| 310 | |
| 311 | @Test (expected = IllegalArgumentException.class) |
| 312 | public void explodeAPIPathHome() { |
| 313 | final HttpQuery query = NettyMocks.getQuery(tsdb, |
| 314 | "/"); |
| 315 | query.explodeAPIPath(); |
| 316 | } |
| 317 | |
| 318 | @Test |
| 319 | public void getQueryBaseRouteRootQS() { |
nothing calls this directly
no test coverage detected