()
| 309 | } |
| 310 | |
| 311 | @Test (expected = DeferredGroupException.class) |
| 312 | public void tsuidFromMetricNSUNTagv() throws Exception { |
| 313 | tags.put(TAGK_STRING, "web03"); |
| 314 | TSUIDQuery.tsuidFromMetric(tsdb, METRIC_STRING, tags).join(); |
| 315 | } |
| 316 | |
| 317 | @Test (expected = NullPointerException.class) |
| 318 | public void tsuidFromMetricNullTSDB() throws Exception { |
nothing calls this directly
no test coverage detected