MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getUIDEmptyName

Method getUIDEmptyName

test/core/TestTSDB.java:392–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 }
391
392 @Test (expected = IllegalArgumentException.class)
393 public void getUIDEmptyName() {
394 tsdb.getUID(UniqueIdType.TAGV, "");
395 }
396
397 @Test
398 public void assignUidMetric() {

Callers

nothing calls this directly

Calls 1

getUIDMethod · 0.45

Tested by

no test coverage detected