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

Method deleteRangeEmptyEnd

test/meta/TestAnnotation.java:623–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621 }
622
623 @Test (expected = IllegalArgumentException.class)
624 public void deleteRangeEmptyEnd() throws Exception {
625 Annotation.deleteRange(tsdb, null, 1328140799000L, 0).joinUninterruptibly();
626 }
627
628 @Test (expected = IllegalArgumentException.class)
629 public void deleteRangeEndLessThanStart() throws Exception {

Callers

nothing calls this directly

Calls 1

deleteRangeMethod · 0.95

Tested by

no test coverage detected