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

Method getAPIMethodOverridePut

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

Source from the content-addressed store, hash-verified

560 }
561
562 @Test
563 public void getAPIMethodOverridePut() {
564 assertEquals(HttpMethod.PUT,
565 NettyMocks.getQuery(tsdb, "/?method_override=put").getAPIMethod());
566 }
567
568 @Test
569 public void getAPIMethodOverrideDelete() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getAPIMethodMethod · 0.80

Tested by

no test coverage detected