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

Method zeroTestsCountAsSuccess

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

Source from the content-addressed store, hash-verified

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; }
914 TestRunOrder Config::runOrder() const { return m_data.runOrder; }

Callers 1

runInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected