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

Method successful_test_count

tests/gtest/gtest-all.cc:2256–2258  ·  view source on GitHub ↗

Gets the number of successful tests.

Source from the content-addressed store, hash-verified

2254
2255// Gets the number of successful tests.
2256int UnitTestImpl::successful_test_count() const {
2257 return SumOverTestSuiteList(test_suites_, &TestSuite::successful_test_count);
2258}
2259
2260// Gets the number of skipped tests.
2261int UnitTestImpl::skipped_test_count() const {

Callers 1

OnTestIterationEndMethod · 0.80

Calls 3

SumOverTestSuiteListFunction · 0.85
CountIfFunction · 0.85
implFunction · 0.85

Tested by

no test coverage detected