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

Method reportable_test_count

tests/gtest/gtest-all.cc:2282–2284  ·  view source on GitHub ↗

Gets the number of tests to be printed in the XML report.

Source from the content-addressed store, hash-verified

2280
2281// Gets the number of tests to be printed in the XML report.
2282int UnitTestImpl::reportable_test_count() const {
2283 return SumOverTestSuiteList(test_suites_, &TestSuite::reportable_test_count);
2284}
2285
2286// Gets the number of all tests.
2287int UnitTestImpl::total_test_count() const {

Callers 4

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