()
| 277 | } |
| 278 | |
| 279 | @Test (expected = IllegalArgumentException.class) |
| 280 | public void getTSMetasNullMetric() throws Exception { |
| 281 | query = new TSUIDQuery(tsdb); |
| 282 | query.getTSMetas().joinUninterruptibly(); |
| 283 | } |
| 284 | |
| 285 | @Test |
| 286 | public void tsuidFromMetric() throws Exception { |
nothing calls this directly
no test coverage detected