MCPcopy Create free account
hub / github.com/jankotek/mapdb / testConstructor1

Method testConstructor1

src/test/java/org/mapdb/BTreeSet3Test.java:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 * A new set has unbounded capacity
94 */
95 public void testConstructor1() {
96 assertEquals(0, set0().size());
97 }
98
99 /*
100 * isEmpty is true before add, false after

Callers

nothing calls this directly

Calls 2

set0Method · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected