()
| 210 | } |
| 211 | |
| 212 | @Test (expected = IllegalArgumentException.class) |
| 213 | public void fetchRuleBadTreeID0() throws Exception { |
| 214 | setupStorage(); |
| 215 | TreeRule.fetchRule(storage.getTSDB(), 0, 2, 1); |
| 216 | } |
| 217 | |
| 218 | @Test (expected = IllegalArgumentException.class) |
| 219 | public void fetchRuleBadTreeID65536() throws Exception { |
nothing calls this directly
no test coverage detected