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

Method getUIDNullName

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

Source from the content-addressed store, hash-verified

385 }
386
387 @Test (expected = IllegalArgumentException.class)
388 public void getUIDNullName() {
389 tsdb.getUID(UniqueIdType.TAGV, null);
390 }
391
392 @Test (expected = IllegalArgumentException.class)
393 public void getUIDEmptyName() {

Callers

nothing calls this directly

Calls 1

getUIDMethod · 0.45

Tested by

no test coverage detected