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

Method deleteMissingStart

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

Source from the content-addressed store, hash-verified

420 }
421
422 @Test (expected = IllegalArgumentException.class)
423 public void deleteMissingStart() throws Exception {
424 note.setTSUID(TSUID);
425 note.delete(tsdb).joinUninterruptibly();
426 }
427
428 @Test
429 public void deleteGlobal() throws Exception {

Callers

nothing calls this directly

Calls 2

setTSUIDMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected