Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_config.h66 virtual bool warnAboutNoTests() const = 0;
Dcatch_config.hpp99 bool warnAboutNoTests() const override;
Dcatch_config.cpp56 …bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTest… in warnAboutNoTests() function in Catch::Config
Dcatch_session.cpp81 if (config->warnAboutNoTests() && totals.testCases.total() == 0) { in runTests()
/external/catch2/single_include/catch2/
Dcatch.hpp4019 virtual bool warnAboutNoTests() const = 0;
4725 bool warnAboutNoTests() const override;
8061 …bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTest… in warnAboutNoTests() function in Catch::Config
10908 if (config->warnAboutNoTests() && totals.testCases.total() == 0) { in runTests()