| 12790 | :StreamingReporterBase(_config) {} |
| 12791 | |
| 12792 | std::set<Verbosity> TestEventListenerBase::getSupportedVerbosities() { |
| 12793 | return { Verbosity::Quiet, Verbosity::Normal, Verbosity::High }; |
| 12794 | } |
| 12795 | |
| 12796 | void TestEventListenerBase::assertionStarting(AssertionInfo const &) {} |
| 12797 |
nothing calls this directly
no outgoing calls
no test coverage detected