MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / explodeAPIPathHome

Method explodeAPIPathHome

test/tsd/TestHttpQuery.java:311–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
explodeAPIPathMethod · 0.95

Tested by

no test coverage detected