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

Method insert

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

Source from the content-addressed store, hash-verified

117
118
119void
120TestPath::insert( Test *test,
121 int index )
122{
123 if ( index < 0 || index > getTestCount() )
124 throw std::out_of_range( "TestPath::insert(): index out of range" );
125 m_tests.insert( m_tests.begin() + index, test );
126}
127
128void
129TestPath::insert( const TestPath &path,

Callers 14

getInternalRegistryFunction · 0.45
registerFactoryMethod · 0.45
findTestPathMethod · 0.45
addDetailMethod · 0.45
fillFailedTestsMapMethod · 0.45
addActionSetMethod · 0.45
addInteractionProfileMethod · 0.45
registerPublicMethod · 0.45
addSubactionMethod · 0.45
activateMethod · 0.45
registerActionMethod · 0.45
addActionSetMethod · 0.45

Calls 3

getTestCountMethod · 0.80
getTestAtMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected