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