MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / fetchRuleBadTreeID0

Method fetchRuleBadTreeID0

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

Source from the content-addressed store, hash-verified

210 }
211
212 @Test (expected = IllegalArgumentException.class)
213 public void fetchRuleBadTreeID0() throws Exception {
214 setupStorage();
215 TreeRule.fetchRule(storage.getTSDB(), 0, 2, 1);
216 }
217
218 @Test (expected = IllegalArgumentException.class)
219 public void fetchRuleBadTreeID65536() throws Exception {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
fetchRuleMethod · 0.95
getTSDBMethod · 0.80

Tested by

no test coverage detected