| 8412 | m_tagAliasRegistry.add( alias, tag, lineInfo ); |
| 8413 | } |
| 8414 | void registerStartupException() noexcept override { |
| 8415 | m_exceptionRegistry.add(std::current_exception()); |
| 8416 | } |
| 8417 | |
| 8418 | private: |
| 8419 | TestRegistry m_testCaseRegistry; |
no test coverage detected