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

Method getTestAt

3rdparty/cppunit/src/cppunit/TestPath.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169Test *
170TestPath::getTestAt( int index ) const
171{
172 checkIndexValid( index );
173 return m_tests[index];
174}
175
176
177Test *

Callers 3

TestPathMethod · 0.80
addMethod · 0.80
insertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected