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

Method testCreate

java/unittests/CursorTest.java:71–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 public void testCreate() {
72 Cursor c;
73 try {
74 c = new Cursor(m_db);
75 c.close();
76 }
77 catch (DatabaseException err) {
78 fail("DatabaseException " + err.getMessage());
79 }
80 }
81
82 public void testCloneCursor() {
83 Cursor c1, c2;

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
getMessageMethod · 0.45

Tested by

no test coverage detected