Searched refs:warnAboutNoTests (Results 1 – 5 of 5) sorted by relevance
66 virtual bool warnAboutNoTests() const = 0;
99 bool warnAboutNoTests() const override;
56 …bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTest… in warnAboutNoTests() function in Catch::Config
81 if (config->warnAboutNoTests() && totals.testCases.total() == 0) { in runTests()
4019 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::Config10908 if (config->warnAboutNoTests() && totals.testCases.total() == 0) { in runTests()