()
| 216 | } |
| 217 | |
| 218 | @Test (expected = IllegalArgumentException.class) |
| 219 | public void fetchRuleBadTreeID65536() throws Exception { |
| 220 | setupStorage(); |
| 221 | TreeRule.fetchRule(storage.getTSDB(), 65536, 2, 1); |
| 222 | } |
| 223 | |
| 224 | @Test (expected = IllegalArgumentException.class) |
| 225 | public void fetchRuleBadLevel() throws Exception { |
nothing calls this directly
no test coverage detected