MCPcopy Create free account
hub / github.com/FlightGear/flightgear / addRegistry

Method addRegistry

3rdparty/cppunit/src/cppunit/TestFactoryRegistry.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127void
128TestFactoryRegistry::addRegistry( const std::string &name )
129{
130 registerFactory( &getRegistry( name ) );
131}
132
133
134Test *

Callers 1

AutoRegisterRegistryMethod · 0.80

Calls 1

getRegistryFunction · 0.85

Tested by

no test coverage detected