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

Method testGetVersion

java/unittests/DatabaseTest.java:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public void testGetVersion() {
33 Version v = Database.getVersion();
34 assertEquals(2, v.major);
35 assertEquals(2, v.minor);
36 }
37
38 public void testDatabase() {
39 Database db = new Database(0);

Callers

nothing calls this directly

Calls 1

getVersionMethod · 0.95

Tested by

no test coverage detected