MCPcopy Create free account
hub / github.com/FlightGear/flightgear / endTest

Method endTest

3rdparty/cppunit/src/cppunit/TestResult.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80void
81TestResult::endTest( Test *test )
82{
83 ExclusiveZone zone( m_syncObject );
84 for ( TestListeners::iterator it = m_listeners.begin();
85 it != m_listeners.end();
86 ++it )
87 (*it)->endTest( test );
88}
89
90
91void

Callers 1

runMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected