Home
last modified time | relevance | path

Searched refs:showDurations (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4468 virtual ShowDurations::OrNot showDurations() const = 0;
5238 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter; member
5288 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::Config
15753 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 …]