MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getAPIMethodOverrideDelete

Method getAPIMethodOverrideDelete

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

Source from the content-addressed store, hash-verified

566 }
567
568 @Test
569 public void getAPIMethodOverrideDelete() {
570 assertEquals(HttpMethod.DELETE,
571 NettyMocks.getQuery(tsdb, "/?method_override=delete").getAPIMethod());
572 }
573
574 @Test
575 public void getAPIMethodOverrideDeleteCase() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getAPIMethodMethod · 0.80

Tested by

no test coverage detected