| 9328 | } |
| 9329 | |
| 9330 | virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { |
| 9331 | for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); |
| 9332 | it != itEnd; |
| 9333 | ++it ) |
| 9334 | (*it)->testGroupStarting( groupInfo ); |
| 9335 | } |
| 9336 | |
| 9337 | virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE { |
| 9338 | for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); |
nothing calls this directly
no test coverage detected