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

Method doGetChildTestAt

3rdparty/cppunit/src/cppunit/TestDecorator.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46Test *
47TestDecorator::doGetChildTestAt( int index ) const
48{
49 return m_test->getChildTestAt( index );
50}
51
52
53CPPUNIT_NS_END

Callers

nothing calls this directly

Calls 1

getChildTestAtMethod · 0.80

Tested by

no test coverage detected