| Interface | Description |
|---|---|
| CustomClientServerConfiguration | |
| Db4oClientServerFixture | |
| MultiSessionFixture | |
| OptOutAllButNetworkingCS |
Marker interface to denote that implementing test cases should be excluded
from running with any fixture but a networking C/S one.
|
| OptOutBTreeFreespaceManager | |
| OptOutCustomContainerInstantiation |
Opts out from fixtures that require customized ways of creating/opening ObjectContainer
instances and won't work with test cases explicitly invoking the common factory methods.
|
| OptOutDefragSolo |
Marker interface to denote that implementing test cases should be excluded
from running against a defragmenting fixture.
|
| OptOutFromTestFixture |
'Abstract' marker interface to denote that implementing test cases should be
excluded from running against specific fixtures.
|
| OptOutIdSystem | |
| OptOutInMemory | |
| OptOutMultiSession |
Marker interface to denote that implementing test cases should be excluded
from running both with the embedded and networking Client/Server fixture.
|
| OptOutNetworkingCS |
Marker interface to denote that implementing test cases should be excluded
from running with the networking Client/Server fixture.
|
| OptOutNoFileSystemData |
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.
|
| OptOutNoInheritedClassPath |
Marker interface to denote that implementing test cases using JavaServices
should be excluded from fixtures that run in an environment where the classpath
is not captured in the java.class.path system property.
|
| OptOutNonStandardBlockSize | |
| OptOutSilverlight |
Marker interface to denote that implementing test cases should be excluded
from running in silverlight environment.
|
| OptOutSolo |
Marker interface to denote that implementing test cases should be excluded
from running with a Solo fixture.
|