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

Method getAnnotationNoStartTime

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

Source from the content-addressed store, hash-verified

144 }
145
146 @Test (expected = IllegalArgumentException.class)
147 public void getAnnotationNoStartTime() throws Exception {
148 Annotation.getAnnotation(tsdb, TSUID, 0L)
149 .joinUninterruptibly();
150 }
151
152 @Test
153 public void getGlobalAnnotations() throws Exception {

Callers

nothing calls this directly

Calls 1

getAnnotationMethod · 0.95

Tested by

no test coverage detected