MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / fetchRuleBadLevel

Method fetchRuleBadLevel

test/tree/TestTreeRule.java:224–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
fetchRuleMethod · 0.95
getTSDBMethod · 0.80

Tested by

no test coverage detected