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

Method getQueryStringNULL

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

Source from the content-addressed store, hash-verified

121 }
122
123 @Test (expected = NullPointerException.class)
124 public void getQueryStringNULL() {
125 NettyMocks.getQuery(tsdb, null).getQueryString();
126 }
127
128 @Test
129 public void getQueryStringParam() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getQueryStringMethod · 0.45

Tested by

no test coverage detected