MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / tearDown

Method tearDown

java/unittests/CursorTest.java:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 protected void tearDown() throws Exception {
61 super.tearDown();
62 m_db.close();
63 m_env.close();
64 }
65
66 public void testCursorDatabaseLong() {
67 Cursor c = new Cursor(m_db, 0x13);

Callers 1

testSetComparatorMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected