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

Method getChildTestAt

3rdparty/cppunit/src/cppunit/Test.cpp:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7CPPUNIT_NS_BEGIN
8
9
10Test *
11Test::getChildTestAt( int index ) const
12{
13 checkIsValidIndex( index );
14 return doGetChildTestAt( index );
15}
16
17
18Test *

Callers 3

doGetChildTestAtMethod · 0.80
doGetChildTestAtMethod · 0.80
TestPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected