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

Method tsuidFromMetricNullTSDB

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

tsuidFromMetricMethod · 0.95

Tested by

no test coverage detected