| 9660 | std::string Config::name() const { return m_data.name.empty() ? m_data.processName : m_data.name; } |
| 9661 | bool Config::includeSuccessfulResults() const { return m_data.showSuccessfulTests; } |
| 9662 | bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); } |
| 9663 | bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); } |
| 9664 | ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } |
| 9665 | RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } |
no outgoing calls
no test coverage detected