()
| 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 { |
nothing calls this directly
no test coverage detected