()
| 228 | } |
| 229 | |
| 230 | @Test (expected = IllegalArgumentException.class) |
| 231 | public void fetchRuleBadOrder() throws Exception { |
| 232 | setupStorage(); |
| 233 | TreeRule.fetchRule(storage.getTSDB(), 1, 2, -1); |
| 234 | } |
| 235 | |
| 236 | @Test |
| 237 | public void storeRule() throws Exception { |
nothing calls this directly
no test coverage detected