Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void
70
TestResult::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
80
void
Callers
1
run
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected