Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getTestName
Method
getTestName
tests/cpp-tests/Source/BaseTest.h:150–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
void setTestName(std::string_view testName) { _testName = testName; }
150
std::string getTestName() const { return _testName; }
151
152
protected:
153
TestBase();
Callers
2
traverseTestList
Method · 0.80
traverseTestSuite
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected