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

Method getAPIMethodPost

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

Source from the content-addressed store, hash-verified

524 }
525
526 @Test
527 public void getAPIMethodPost() {
528 assertEquals(HttpMethod.POST,
529 NettyMocks.postQuery(tsdb, "/", null).getAPIMethod());
530 }
531
532 @Test
533 public void getAPIMethodPut() {

Callers

nothing calls this directly

Calls 2

postQueryMethod · 0.95
getAPIMethodMethod · 0.80

Tested by

no test coverage detected