| 8403 | m_reporterRegistry.registerListener(factory); |
| 8404 | } |
| 8405 | void registerTest(TestCase const &testInfo) override { |
| 8406 | m_testCaseRegistry.registerTest(testInfo); |
| 8407 | } |
| 8408 | void registerTranslator(const IExceptionTranslator *translator) override { |
| 8409 | m_exceptionTranslatorRegistry.registerTranslator(translator); |
| 8410 | } |
nothing calls this directly
no test coverage detected