Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ TestPath
Method
TestPath
3rdparty/cppunit/src/cppunit/TestPath.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
16
TestPath::TestPath( Test *root )
17
: m_tests()
18
{
19
add( root );
20
}
21
22
23
TestPath::TestPath( const TestPath &other,
Callers
nothing calls this directly
Calls
6
getTestCount
Method · 0.80
getTestAt
Method · 0.80
getChildTestAt
Method · 0.80
size
Method · 0.45
getChildTestCount
Method · 0.45
getName
Method · 0.45
Tested by
no test coverage detected