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

Method getQueryPathA

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

Source from the content-addressed store, hash-verified

186 }
187
188 @Test
189 public void getQueryPathA() {
190 assertEquals("/api/v1/put",
191 NettyMocks.getQuery(tsdb,
192 "/api/v1/put?param=value&param2=value2").
193 getQueryPath());
194 }
195
196 @Test
197 public void getQueryPathB() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getQueryPathMethod · 0.80

Tested by

no test coverage detected