Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ testCursorDatabaseLong
Method
testCursorDatabaseLong
java/unittests/CursorTest.java:66–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public
void
testCursorDatabaseLong() {
67
Cursor c =
new
Cursor(m_db, 0x13);
68
assertEquals(0x13, c.getHandle());
69
}
70
71
public
void
testCreate() {
72
Cursor c;
Callers
nothing calls this directly
Calls
1
getHandle
Method · 0.95
Tested by
no test coverage detected