MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / failed_test_count

Method failed_test_count

tests/gtest/gtest-all.cc:2266–2268  ·  view source on GitHub ↗

Gets the number of failed tests.

Source from the content-addressed store, hash-verified

2264
2265// Gets the number of failed tests.
2266int UnitTestImpl::failed_test_count() const {
2267 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count);
2268}
2269
2270// Gets the number of disabled tests that will be reported in the XML report.
2271int UnitTestImpl::reportable_disabled_test_count() const {

Callers 6

PrintFailedTestsMethod · 0.80
OnTestIterationEndMethod · 0.80
PrintXmlTestSuiteMethod · 0.80
PrintXmlUnitTestMethod · 0.80
PrintJsonTestSuiteMethod · 0.80
PrintJsonUnitTestMethod · 0.80

Calls 3

SumOverTestSuiteListFunction · 0.85
CountIfFunction · 0.85
implFunction · 0.85

Tested by

no test coverage detected