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

Method fetchRuleBadTreeID65536

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
fetchRuleMethod · 0.95
getTSDBMethod · 0.80

Tested by

no test coverage detected