MCPcopy
hub / github.com/OpenTSDB/opentsdb / ctor

Method ctor

test/utils/TestByteSet.java:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 private static final byte[] V4 = new byte[] { 0, 0, 4 };
31
32 @Test
33 public void ctor() {
34 final ByteSet set = new ByteSet();
35 assertNotNull(set);
36 assertEquals(0, set.size());
37 assertTrue(set.isEmpty());
38 }
39
40 @Test
41 public void goodOperations() {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
isEmptyMethod · 0.95

Tested by

no test coverage detected