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

Method getAPIMethodGet

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

Source from the content-addressed store, hash-verified

518 }
519
520 @Test
521 public void getAPIMethodGet() {
522 assertEquals(HttpMethod.GET,
523 NettyMocks.getQuery(tsdb, "/").getAPIMethod());
524 }
525
526 @Test
527 public void getAPIMethodPost() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getAPIMethodMethod · 0.80

Tested by

no test coverage detected