()
| 325 | } |
| 326 | |
| 327 | @Test (expected = IllegalArgumentException.class) |
| 328 | public void tsuidFromMetricEmptyMetric() throws Exception { |
| 329 | TSUIDQuery.tsuidFromMetric(tsdb, "", tags).join(); |
| 330 | } |
| 331 | |
| 332 | @Test (expected = IllegalArgumentException.class) |
| 333 | public void tsuidFromMetricNullTags() throws Exception { |
nothing calls this directly
no test coverage detected