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

Method resolveTestPath

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

Source from the content-addressed store, hash-verified

79
80
81TestPath
82Test::resolveTestPath( const std::string &testPath ) const
83{
84 Test *mutableThis = CPPUNIT_CONST_CAST( Test *, this );
85 return TestPath( mutableThis, testPath );
86}
87
88
89void

Callers 1

runMethod · 0.80

Calls 1

TestPathClass · 0.85

Tested by

no test coverage detected