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

Method skipped_test_count

tests/gtest/gtest-all.cc:2261–2263  ·  view source on GitHub ↗

Gets the number of skipped tests.

Source from the content-addressed store, hash-verified

2259
2260// Gets the number of skipped tests.
2261int UnitTestImpl::skipped_test_count() const {
2262 return SumOverTestSuiteList(test_suites_, &TestSuite::skipped_test_count);
2263}
2264
2265// Gets the number of failed tests.
2266int UnitTestImpl::failed_test_count() const {

Callers 2

PrintSkippedTestsMethod · 0.80
OnTestIterationEndMethod · 0.80

Calls 3

SumOverTestSuiteListFunction · 0.85
CountIfFunction · 0.85
implFunction · 0.85

Tested by

no test coverage detected