Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ testToString
Method
testToString
src/test/java/org/mapdb/AtomicLongTest.java:168–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
* toString returns current value.
167
*/
168
public
void
testToString() {
169
for
(long i = -12; i < 6; ++i) {
170
ai.set(i);
171
assertEquals(ai.toString(), Long.toString(i));
172
}
173
}
174
175
/*
176
* longValue returns current value.
Callers
nothing calls this directly
Calls
3
toString
Method · 0.95
set
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected