| 9419 | } |
| 9420 | |
| 9421 | virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE {} |
| 9422 | |
| 9423 | virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { |
| 9424 | assert( !m_sectionStack.empty() ); |
nothing calls this directly
no outgoing calls
no test coverage detected