db4ounit.extensions.fixtures |
|
Java Source File Name | Type | Comment |
AbstractDb4oFixture.java | Class | |
AbstractFileBasedDb4oFixture.java | Class | |
AbstractSoloDb4oFixture.java | Class | |
ConfigurationSource.java | Interface | |
Db4oClientServer.java | Class | |
Db4oInMemory.java | Class | |
Db4oSolo.java | Class | |
GlobalConfigurationSource.java | Class | |
IndependentConfigurationSource.java | Class | |
OptOutAllButNetworkingCS.java | Interface | Marker interface to denote that implementing test cases should be excluded
from running with any fixture but a networking C/S one. |
OptOutCS.java | Interface | Marker interface to denote that implementing test cases should be excluded
from running with the Client/Server fixture. |
OptOutDefragSolo.java | Interface | Marker interface to denote that implementing test cases should be excluded
from running against a defragmenting fixture. |
OptOutFromTestFixture.java | Interface | 'Abstract' marker interface to denote that implementing test cases should be
excluded from running against specific fixtures. |
OptOutNoFileSystemData.java | Interface | Marker interface to denote that implementing test cases should be excluded
from running within a fixture that may not provide access to required data
on the file system. |
OptOutSolo.java | Interface | Marker interface to denote that implementing test cases should be excluded
from running with a Solo fixture. |