MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / tsuidFromMetricEmptyMetric

Method tsuidFromMetricEmptyMetric

test/meta/TestTSUIDQuery.java:327–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

tsuidFromMetricMethod · 0.95

Tested by

no test coverage detected