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

Method explodeAPIPathCase

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

Source from the content-addressed store, hash-verified

275 }
276
277 @Test
278 public void explodeAPIPathCase() {
279 final HttpQuery query = NettyMocks.getQuery(tsdb,
280 "/Api/Uri");
281 final String[] path = query.explodeAPIPath();
282 assertNotNull(path);
283 assertEquals("Uri", path[0]);
284 }
285
286 @Test
287 public void explodeAPIPathRoot() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
explodeAPIPathMethod · 0.95

Tested by

no test coverage detected