Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
CPPUNIT_NS_BEGIN
8
9
10
Test *
11
Test::getChildTestAt( int index ) const
12
{
13
checkIsValidIndex( index );
14
return doGetChildTestAt( index );
15
}
16
17
18
Test *
Callers
3
doGetChildTestAt
Method · 0.80
doGetChildTestAt
Method · 0.80
TestPath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected