MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / TestDatabaseWrapperFactory

Method TestDatabaseWrapperFactory

test/src/TestDatabaseWrapperFactory.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected