|
Class Summary |
| DatabaseFactoryClassFactoryTest |
Tests for factory which can create database factory classes based on other
classes based on name modification. |
| DatabaseSchemaClassFactoryTest |
Tests for factory which can create database schema classes based on other
classes based on name modification. |
| DatabaseSchemaManagerTest |
Tests for manager of database schema classes. |
| DatabaseTest |
Base class for all tests that access the database. |
| DatabaseTest2DatabaseFactory |
This factory is here just to test that we can correctly instantiate database
factories. |
| DatabaseTestDatabaseFactory |
This factory is here just to test that we can correctly instantiate database
factories. |
| DatabaseTestSetup |
This class makes sure that the database is propertly initialized before the
tests are executed and that the database is properly shutdown when all
tests are finished. |
| DatabaseTestSuite |
This test suite which should be used to group tests accessing
database. |