| 7479 | m_reporterRegistry.registerListener( factory ); |
| 7480 | } |
| 7481 | virtual void registerTest( TestCase const& testInfo ) CATCH_OVERRIDE { |
| 7482 | m_testCaseRegistry.registerTest( testInfo ); |
| 7483 | } |
| 7484 | virtual void registerTranslator( const IExceptionTranslator* translator ) CATCH_OVERRIDE { |
| 7485 | m_exceptionTranslatorRegistry.registerTranslator( translator ); |
| 7486 | } |
no outgoing calls
no test coverage detected