()
| 320 | } |
| 321 | |
| 322 | @Test (expected = IllegalArgumentException.class) |
| 323 | public void tsuidFromMetricNullMetric() throws Exception { |
| 324 | TSUIDQuery.tsuidFromMetric(tsdb, null, tags).join(); |
| 325 | } |
| 326 | |
| 327 | @Test (expected = IllegalArgumentException.class) |
| 328 | public void tsuidFromMetricEmptyMetric() throws Exception { |
nothing calls this directly
no test coverage detected