()
| 200 | } |
| 201 | |
| 202 | @Test (expected = NoSuchUniqueName.class) |
| 203 | public void getLastWriteTimesNSUNMetric() throws Exception { |
| 204 | query = new TSUIDQuery(tsdb, NSUN_METRIC, tags); |
| 205 | query.getLastWriteTimes().joinUninterruptibly(); |
| 206 | } |
| 207 | |
| 208 | @Test (expected = DeferredGroupException.class) |
| 209 | public void getLastWriteTimesNSUNTagk() throws Exception { |
nothing calls this directly
no test coverage detected