Searched refs:warnAboutNoTests (Results 1 – 1 of 1) sorted by relevance
4465 virtual bool warnAboutNoTests() const = 0;5287 bool warnAboutNoTests() const override;9911 …bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTest… in warnAboutNoTests() function in Catch::Config13327 if( m_config->warnAboutNoTests() && totals.error == -1 ) in runInternal()