()
| 175 | } |
| 176 | |
| 177 | @Test (expected = BadRequestException.class) |
| 178 | public void handleTreeGetNotFound() throws Exception { |
| 179 | setupStorage(); |
| 180 | HttpQuery query = NettyMocks.getQuery(tsdb, "/api/tree?treeid=3"); |
| 181 | rpc.execute(tsdb, query); |
| 182 | } |
| 183 | |
| 184 | @Test (expected = BadRequestException.class) |
| 185 | public void handleTreeGetBadID655536() throws Exception { |
nothing calls this directly
no test coverage detected