* You should NEVER call this method. */
| 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; } |
no outgoing calls
no test coverage detected