* You should NEVER call this method, unless you know what you are doing. */
| 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); } |
no outgoing calls
no test coverage detected