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

Method getQueryStringEmpty

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

Source from the content-addressed store, hash-verified

103 }
104
105 @Test
106 public void getQueryStringEmpty() {
107 Map<String, List<String>> params =
108 NettyMocks.getQuery(tsdb, "/api/v1/put").getQueryString();
109 assertNotNull(params);
110 assertEquals(0, params.size());
111 }
112
113 @Test
114 public void getQueryStringMulti() {

Callers

nothing calls this directly

Calls 3

getQueryMethod · 0.95
sizeMethod · 0.65
getQueryStringMethod · 0.45

Tested by

no test coverage detected