Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_config.hpp49 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter; member
100 ShowDurations::OrNot showDurations() const override;
Dcatch_config.cpp57 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations() function in Catch::Config
Dcatch_interfaces_config.h69 virtual ShowDurations::OrNot showDurations() const = 0;
Dcatch_commandline.cpp163 …| Opt( [&]( bool flag ) { config.showDurations = flag ? ShowDurations::Always : ShowDurations::Nev… in makeCommandLineParser()
/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp78 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseStarting()
178 if ( m_config->showDurations() == ShowDurations::Always ) in sectionEnded()
190 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseEnded()
Dcatch_reporter_compact.cpp277 if (m_config->showDurations() == ShowDurations::Always) { in sectionEnded()
Dcatch_reporter_junit.cpp130 if( m_config->showDurations() == ShowDurations::Never ) in writeGroup()
Dcatch_reporter_console.cpp391 if (m_config->showDurations() == ShowDurations::Always) { in sectionEnded()
/external/bcc/tests/cc/
Dcatch.hpp3395 virtual ShowDurations::OrNot showDurations() const = 0;
3493 showDurations( ShowDurations::DefaultForReporter ), in ConfigData()
3515 ShowDurations::OrNot showDurations; member
3580 virtual ShowDurations::OrNot showDurations() const { return m_data.showDurations; } in showDurations() function in Catch::Config
4669 config.showDurations = _showDurations in setShowDurations()
9122 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseStarting()
9216 if ( m_config->showDurations() == ShowDurations::Always ) in sectionEnded()
9228 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseEnded()
9330 if( m_config->showDurations() == ShowDurations::Never ) in writeGroup()
9530 if( m_config->showDurations() == ShowDurations::Always ) in sectionEnded()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp4022 virtual ShowDurations::OrNot showDurations() const = 0;
4676 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter; member
4726 ShowDurations::OrNot showDurations() const override;
7930 …| Opt( [&]( bool flag ) { config.showDurations = flag ? ShowDurations::Always : ShowDurations::Nev… in makeCommandLineParser()
8062 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations() function in Catch::Config
13305 if (m_config->showDurations() == ShowDurations::Always) { in sectionEnded()
13697 if (m_config->showDurations() == ShowDurations::Always) { in sectionEnded()
14054 if( m_config->showDurations() == ShowDurations::Never ) in writeGroup()
14380 if ( m_config->showDurations() == ShowDurations::Always ) in testCaseStarting()
14479 if ( m_config->showDurations() == ShowDurations::Always ) in sectionEnded()
[all …]