MCPcopy Create free account
hub / github.com/cirquit/trdrop / assertionStarting

Method assertionStarting

ext/catch.hpp:9180–9185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
assertionStartingMethod · 0.45

Tested by

no test coverage detected