Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ testConstructor2
Method
testConstructor2
src/test/java/org/mapdb/AtomicLongTest.java:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
* default constructed initializes to zero
36
*/
37
public
void
testConstructor2(){
38
Atomic.Long ai = db.atomicLong(
"test2"
).create();
39
assertEquals(0,ai.get());
40
}
41
42
/*
43
* get returns the last value set
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected