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

Method getQueryPathNull

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

Source from the content-addressed store, hash-verified

199 }
200
201 @Test (expected = NullPointerException.class)
202 public void getQueryPathNull() {
203 NettyMocks.getQuery(tsdb, null).getQueryPath();
204 }
205
206 @Test
207 public void explodePath() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getQueryPathMethod · 0.80

Tested by

no test coverage detected