| 9665 | RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } |
| 9666 | unsigned int Config::rngSeed() const { return m_data.rngSeed; } |
| 9667 | UseColour::YesOrNo Config::useColour() const { return m_data.useColour; } |
| 9668 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
| 9669 | int Config::abortAfter() const { return m_data.abortAfter; } |
| 9670 | bool Config::showInvisibles() const { return m_data.showInvisibles; } |
no outgoing calls
no test coverage detected