MCPcopy Create free account
hub / github.com/axmolengine/axmol / setTestName

Method setTestName

tests/cpp-tests/Source/BaseTest.h:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 TestBase* getTestParent() { return _parentTest; }
148
149 void setTestName(std::string_view testName) { _testName = testName; }
150 std::string getTestName() const { return _testName; }
151
152protected:

Callers 1

traverseTestListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected