()
| 315 | } |
| 316 | |
| 317 | @Test (expected = NullPointerException.class) |
| 318 | public void tsuidFromMetricNullTSDB() throws Exception { |
| 319 | TSUIDQuery.tsuidFromMetric(null, METRIC_STRING, tags).join(); |
| 320 | } |
| 321 | |
| 322 | @Test (expected = IllegalArgumentException.class) |
| 323 | public void tsuidFromMetricNullMetric() throws Exception { |
nothing calls this directly
no test coverage detected