Searched refs:warnAboutNoTests (Results 1 – 6 of 6) sorted by relevance
68 virtual bool warnAboutNoTests() const = 0;
104 bool warnAboutNoTests() const override;
65 …bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTest… in warnAboutNoTests() function in Catch::Config
297 if( m_config->warnAboutNoTests() && totals.error == -1 ) in runInternal()
4483 virtual bool warnAboutNoTests() const = 0;5307 bool warnAboutNoTests() const override;9958 …bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTest… in warnAboutNoTests() function in Catch::Config13357 if( m_config->warnAboutNoTests() && totals.error == -1 ) in runInternal()
4513 virtual bool warnAboutNoTests() const = 0;5339 bool warnAboutNoTests() const override;10016 …bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTest… in warnAboutNoTests() function in Catch::Config13500 if( m_config->warnAboutNoTests() && totals.error == -1 ) in runInternal()