Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
std::string
131
TestCase::getName() const
132
{
133
return m_name;
134
}
135
136
137
CPPUNIT_NS_END
Callers
10
startTest
Method · 0.45
addFailedTest
Method · 0.45
addSuccessfulTest
Method · 0.45
TestPath
Method · 0.45
toString
Method · 0.45
findActualRoot
Method · 0.45
failedTestName
Method · 0.45
Action.cpp
File · 0.45
ActionSet.cpp
File · 0.45
setupSceneViewCameras
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected