| 5721 | } |
| 5722 | |
| 5723 | void skipTest(TestCaseInfo const&) override { |
| 5724 | // Don't do anything with this by default. |
| 5725 | // It can optionally be overridden in the derived class. |
| 5726 | } |
| 5727 | |
| 5728 | IConfigPtr m_config; |
| 5729 | std::ostream& stream; |
nothing calls this directly
no outgoing calls
no test coverage detected