| 3806 | } |
| 3807 | |
| 3808 | void skipTest(TestCaseInfo const&) override { |
| 3809 | // Don't do anything with this by default. |
| 3810 | // It can optionally be overridden in the derived class. |
| 3811 | } |
| 3812 | |
| 3813 | IConfigPtr m_config; |
| 3814 | std::ostream& stream; |
nothing calls this directly
no outgoing calls
no test coverage detected