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

Method fetchRuleBadOrder

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
fetchRuleMethod · 0.95
getTSDBMethod · 0.80

Tested by

no test coverage detected