()
| 222 | } |
| 223 | |
| 224 | @Test (expected = IllegalArgumentException.class) |
| 225 | public void fetchRuleBadLevel() throws Exception { |
| 226 | setupStorage(); |
| 227 | TreeRule.fetchRule(storage.getTSDB(), 1, -1, 1); |
| 228 | } |
| 229 | |
| 230 | @Test (expected = IllegalArgumentException.class) |
| 231 | public void fetchRuleBadOrder() throws Exception { |
nothing calls this directly
no test coverage detected