()
| 518 | } |
| 519 | |
| 520 | @Test |
| 521 | public void getAPIMethodGet() { |
| 522 | assertEquals(HttpMethod.GET, |
| 523 | NettyMocks.getQuery(tsdb, "/").getAPIMethod()); |
| 524 | } |
| 525 | |
| 526 | @Test |
| 527 | public void getAPIMethodPost() { |
nothing calls this directly
no test coverage detected