()
| 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() { |
nothing calls this directly
no test coverage detected