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

Method getAPIMethodOverrideDeleteCase

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

Source from the content-addressed store, hash-verified

572 }
573
574 @Test
575 public void getAPIMethodOverrideDeleteCase() {
576 assertEquals(HttpMethod.DELETE,
577 NettyMocks.getQuery(tsdb, "/?method_override=DeLeTe").getAPIMethod());
578 }
579
580 @Test (expected = BadRequestException.class)
581 public void getAPIMethodOverrideMissingValue() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getAPIMethodMethod · 0.80

Tested by

no test coverage detected