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

Method startTest

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

Source from the content-addressed store, hash-verified

67
68
69void
70TestResult::startTest( Test *test )
71{
72 ExclusiveZone zone( m_syncObject );
73 for ( TestListeners::iterator it = m_listeners.begin();
74 it != m_listeners.end();
75 ++it )
76 (*it)->startTest( test );
77}
78
79
80void

Callers 1

runMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected