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

Method getAPIMethodOverrideGet

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

Source from the content-addressed store, hash-verified

548 }
549
550 @Test
551 public void getAPIMethodOverrideGet() {
552 assertEquals(HttpMethod.GET,
553 NettyMocks.getQuery(tsdb, "/?method_override=get").getAPIMethod());
554 }
555
556 @Test
557 public void getAPIMethodOverridePost() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getAPIMethodMethod · 0.80

Tested by

no test coverage detected