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

Method getName

3rdparty/cppunit/src/cppunit/TestCase.cpp:130–134  ·  view source on GitHub ↗

Returns the name of the test case

Source from the content-addressed store, hash-verified

128
129/// Returns the name of the test case
130std::string
131TestCase::getName() const
132{
133 return m_name;
134}
135
136
137CPPUNIT_NS_END

Callers 10

startTestMethod · 0.45
addFailedTestMethod · 0.45
addSuccessfulTestMethod · 0.45
TestPathMethod · 0.45
toStringMethod · 0.45
findActualRootMethod · 0.45
failedTestNameMethod · 0.45
Action.cppFile · 0.45
ActionSet.cppFile · 0.45
setupSceneViewCamerasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected