()
| 186 | } |
| 187 | |
| 188 | @Test |
| 189 | public void getQueryPathA() { |
| 190 | assertEquals("/api/v1/put", |
| 191 | NettyMocks.getQuery(tsdb, |
| 192 | "/api/v1/put?param=value¶m2=value2"). |
| 193 | getQueryPath()); |
| 194 | } |
| 195 | |
| 196 | @Test |
| 197 | public void getQueryPathB() { |
nothing calls this directly
no test coverage detected