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

Method setTestCaseName

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

* You should NEVER call this method, unless you know what you are doing. */

Source from the content-addressed store, hash-verified

95 * You should NEVER call this method, unless you know what you are doing.
96 */
97 void setTestCaseName(std::string_view name) { _testCaseName = name; }
98 std::string getTestCaseName() const { return _testCaseName; }
99 const ax::Label* getSubtitleLabel() const { return _subtitleLabel; }
100 void setSubtitleLabel(std::string_view title) { _subtitleLabel->setString(title); }

Callers 5

runThisTestMethod · 0.80
restartCurrTestMethod · 0.80
enterNextTestMethod · 0.80
enterPreviousTestMethod · 0.80
traverseTestSuiteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected