Searched refs:showDurations (Results 1 – 1 of 1) sorted by relevance
4468 virtual ShowDurations::OrNot showDurations() const = 0;5238 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter; member5288 ShowDurations::OrNot showDurations() const override;9766 …| Opt( [&]( bool flag ) { config.showDurations = flag ? ShowDurations::Always : ShowDurations::Nev… in makeCommandLineParser()9912 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations() function in Catch::Config15753 if (m_config->showDurations() == ShowDurations::Always) { in sectionEnded()16178 if (m_config->showDurations() == ShowDurations::Always) { in sectionEnded()16565 if( m_config->showDurations() == ShowDurations::Never ) in writeGroup()16945 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseStarting()17044 if ( m_config->showDurations() == ShowDurations::Always ) in sectionEnded()[all …]