public class FreespaceManagerMigrationTestCase extends FormatMigrationTestCaseBase
| Modifier and Type | Class and Description |
|---|---|
static class |
FreespaceManagerMigrationTestCase.StClass |
| Constructor and Description |
|---|
FreespaceManagerMigrationTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertObjectsAreReadable(ExtObjectContainer objectContainer) |
protected void |
configureForStore(Configuration config) |
protected void |
configureForTest(Configuration config) |
protected void |
deconfigureForStore(Configuration config) |
protected void |
deconfigureForTest(Configuration config) |
protected java.lang.String |
fileNamePrefix() |
protected boolean |
isApplicableForDb4oVersion()
Can be overridden to disable the test for specific db4o versions.
|
protected void |
store(ObjectContainerAdapter objectContainer) |
assertObjectDeletion, assertObjectsAreUpdated, configure, createDatabase, createDatabaseFor, db4oHeaderVersion, db4oMajorVersion, db4oMinorVersion, defragmentInReadWriteMode, fileName, fileName, oldVersionFileName, setUp, tearDown, test, test, update, versionNamesprotected void configureForStore(Configuration config)
configureForStore in class FormatMigrationTestCaseBaseprotected boolean isApplicableForDb4oVersion()
FormatMigrationTestCaseBaseisApplicableForDb4oVersion in class FormatMigrationTestCaseBaseprotected void configureForTest(Configuration config)
configureForTest in class FormatMigrationTestCaseBaseprotected void deconfigureForStore(Configuration config)
deconfigureForStore in class FormatMigrationTestCaseBaseprotected void deconfigureForTest(Configuration config)
deconfigureForTest in class FormatMigrationTestCaseBaseprotected void assertObjectsAreReadable(ExtObjectContainer objectContainer)
assertObjectsAreReadable in class FormatMigrationTestCaseBaseprotected java.lang.String fileNamePrefix()
fileNamePrefix in class FormatMigrationTestCaseBaseprotected void store(ObjectContainerAdapter objectContainer)
store in class FormatMigrationTestCaseBase