MCPcopy 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
152protected:
153 TestBase();

Callers 2

traverseTestListMethod · 0.80
traverseTestSuiteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected