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

Method testAdd

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

Source from the content-addressed store, hash-verified

140 * Add of comparable element succeeds
141 */
142 public void testAdd() {
143 NavigableSet q = set0();
144 assertTrue(q.add(six));
145 }
146
147 /*
148 * Add of duplicate element fails

Callers

nothing calls this directly

Calls 2

set0Method · 0.95
addMethod · 0.45

Tested by

no test coverage detected