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

Method disabled_test_count

tests/gtest/gtest-all.cc:2277–2279  ·  view source on GitHub ↗

Gets the number of disabled tests.

Source from the content-addressed store, hash-verified

2275
2276// Gets the number of disabled tests.
2277int UnitTestImpl::disabled_test_count() const {
2278 return SumOverTestSuiteList(test_suites_, &TestSuite::disabled_test_count);
2279}
2280
2281// Gets the number of tests to be printed in the XML report.
2282int UnitTestImpl::reportable_test_count() const {

Callers

nothing calls this directly

Calls 3

SumOverTestSuiteListFunction · 0.85
CountIfFunction · 0.85
implFunction · 0.85

Tested by

no test coverage detected