MCPcopy 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
16TestPath::TestPath( Test *root )
17 : m_tests()
18{
19 add( root );
20}
21
22
23TestPath::TestPath( const TestPath &other,

Callers

nothing calls this directly

Calls 6

getTestCountMethod · 0.80
getTestAtMethod · 0.80
getChildTestAtMethod · 0.80
sizeMethod · 0.45
getChildTestCountMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected