MCPcopy Create free account
hub / github.com/catchorg/Catch2 / warnAboutInfiniteGenerators

Method warnAboutInfiniteGenerators

extras/catch_amalgamated.cpp:908–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906 return !!( m_data.warnings & WarnAbout::UnmatchedTestSpec );
907 }
908 bool Config::warnAboutInfiniteGenerators() const {
909 return !!( m_data.warnings & WarnAbout::InfiniteGenerator );
910 }
911 bool Config::zeroTestsCountAsSuccess() const { return m_data.allowZeroTests; }
912 ShowDurations Config::showDurations() const { return m_data.showDurations; }
913 double Config::minDuration() const { return m_data.minDuration; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected