| 9178 | } |
| 9179 | |
| 9180 | virtual void assertionStarting( AssertionInfo const& assertionInfo ) CATCH_OVERRIDE { |
| 9181 | for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); |
| 9182 | it != itEnd; |
| 9183 | ++it ) |
| 9184 | (*it)->assertionStarting( assertionInfo ); |
| 9185 | } |
| 9186 | |
| 9187 | // The return value indicates if the messages buffer should be cleared: |
| 9188 | virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { |
nothing calls this directly
no test coverage detected