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

Method getQueryPathB

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

Source from the content-addressed store, hash-verified

194 }
195
196 @Test
197 public void getQueryPathB() {
198 assertEquals("/", NettyMocks.getQuery(tsdb, "/").getQueryPath());
199 }
200
201 @Test (expected = NullPointerException.class)
202 public void getQueryPathNull() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getQueryPathMethod · 0.80

Tested by

no test coverage detected