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

Method setTestParent

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

* You should NEVER call this method. */

Source from the content-addressed store, hash-verified

144 * You should NEVER call this method.
145 */
146 void setTestParent(TestBase* parent) { _parentTest = parent; }
147 TestBase* getTestParent() { return _parentTest; }
148
149 void setTestName(std::string_view testName) { _testName = testName; }

Callers 2

tableCellTouchedMethod · 0.80
traverseTestListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected