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

Method explodeAPIPathNotAPI

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
explodeAPIPathMethod · 0.95

Tested by

no test coverage detected