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

Method doGetChildTestAt

3rdparty/cppunit/src/cppunit/TestRunner.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34Test *
35TestRunner::WrappingSuite::doGetChildTestAt( int index ) const
36{
37 if ( hasOnlyOneTest() )
38 return getUniqueChildTest()->getChildTestAt( index );
39 return TestSuite::doGetChildTestAt( index );
40}
41
42
43void

Callers

nothing calls this directly

Calls 1

getChildTestAtMethod · 0.80

Tested by

no test coverage detected