Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jankotek/mapdb
/ testAdd
Method
testAdd
src/test/java/org/mapdb/BTreeMapSubSetTest.java:115–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
* Add of comparable element succeeds
114
*/
115
public
void
testAdd() {
116
NavigableSet q = set0();
117
assertTrue(q.add(six));
118
}
119
120
/*
121
* Add of duplicate element fails
Callers
nothing calls this directly
Calls
2
set0
Method · 0.95
add
Method · 0.45
Tested by
no test coverage detected