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