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

Method tsuidFromMetricNullMetric

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

tsuidFromMetricMethod · 0.95

Tested by

no test coverage detected