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

Method getAnnotationGlobalNotFound

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

Source from the content-addressed store, hash-verified

136 }
137
138 @Test
139 public void getAnnotationGlobalNotFound() throws Exception {
140 setupStorage(false);
141 note = Annotation.getAnnotation(tsdb, 1388450563L)
142 .joinUninterruptibly();
143 assertNull(note);
144 }
145
146 @Test (expected = IllegalArgumentException.class)
147 public void getAnnotationNoStartTime() throws Exception {

Callers

nothing calls this directly

Calls 2

setupStorageMethod · 0.95
getAnnotationMethod · 0.95

Tested by

no test coverage detected