()
| 480 | } |
| 481 | |
| 482 | @Test (expected = IllegalArgumentException.class) |
| 483 | public void fetchCollisionsID0() throws Exception { |
| 484 | setupStorage(true, true); |
| 485 | Tree.fetchCollisions(storage.getTSDB(), 0, null); |
| 486 | } |
| 487 | |
| 488 | @Test (expected = IllegalArgumentException.class) |
| 489 | public void fetchCollisionsID655536() throws Exception { |
nothing calls this directly
no test coverage detected