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

Method run

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

Source from the content-addressed store, hash-verified

41
42
43void
44TestRunner::WrappingSuite::run( TestResult *result )
45{
46 if ( hasOnlyOneTest() )
47 getUniqueChildTest()->run( result );
48 else
49 TestSuite::run( result );
50}
51
52
53bool

Callers

nothing calls this directly

Calls 4

resolveTestPathMethod · 0.80
getChildTestMethod · 0.80
runFunction · 0.50
runTestMethod · 0.45

Tested by

no test coverage detected