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

Method constructor2

test/meta/TestUIDMeta.java:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 @Test
89 public void constructor2() {
90 meta = new UIDMeta(UniqueIdType.METRIC, "000005");
91 assertNotNull(meta);
92 assertEquals(UniqueIdType.METRIC, meta.getType());
93 assertEquals("000005", meta.getUID());
94 }
95
96 @Test
97 public void constructor3() {

Callers

nothing calls this directly

Calls 2

getTypeMethod · 0.45
getUIDMethod · 0.45

Tested by

no test coverage detected