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

Method explodeAPIPathNoVersion

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

Source from the content-addressed store, hash-verified

246 }
247
248 @Test
249 public void explodeAPIPathNoVersion() {
250 final HttpQuery query = NettyMocks.getQuery(tsdb,
251 "/api/put?param=value&param2=value2");
252 final String[] path = query.explodeAPIPath();
253 assertNotNull(path);
254 assertEquals("put", path[0]);
255 }
256
257 @Test
258 public void explodeAPIPathExtended() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
explodeAPIPathMethod · 0.95

Tested by

no test coverage detected