()
| 297 | } |
| 298 | |
| 299 | @Test (expected = NoSuchUniqueName.class) |
| 300 | public void tsuidFromMetricNSUNMetric() throws Exception { |
| 301 | TSUIDQuery.tsuidFromMetric(tsdb, NSUN_METRIC, tags).join(); |
| 302 | } |
| 303 | |
| 304 | @Test (expected = DeferredGroupException.class) |
| 305 | public void tsuidFromMetricNSUNTagk() throws Exception { |
nothing calls this directly
no test coverage detected