| 5806 | void testGroupStarting( GroupInfo const& ) override {} |
| 5807 | |
| 5808 | void testCaseStarting( TestCaseInfo const& ) override {} |
| 5809 | |
| 5810 | void sectionStarting( SectionInfo const& sectionInfo ) override { |
| 5811 | SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); |
nothing calls this directly
no outgoing calls
no test coverage detected