| 8 | namespace database { |
| 9 | |
| 10 | TestDatabaseWrapperFactory::TestDatabaseWrapperFactory() : DatabaseWrapperFactory(), m_databasePointerAuthority(nullptr) { |
| 11 | // |
| 12 | } |
| 13 | |
| 14 | TestDatabaseWrapperFactory::TestDatabaseWrapperFactory(DatabasePointerAuthority const* databasePointerAuthority) : DatabaseWrapperFactory(databasePointerAuthority), m_databasePointerAuthority(databasePointerAuthority) { |
| 15 | // |
nothing calls this directly
no outgoing calls
no test coverage detected