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

Method total_test_suite_count

tests/gtest/gtest-all.cc:2245–2247  ·  view source on GitHub ↗

Gets the number of all test suites.

Source from the content-addressed store, hash-verified

2243
2244// Gets the number of all test suites.
2245int UnitTestImpl::total_test_suite_count() const {
2246 return static_cast<int>(test_suites_.size());
2247}
2248
2249// Gets the number of all test suites that contain at least one test
2250// that should run.

Callers 5

PrintFailedTestsMethod · 0.80
PrintSkippedTestsMethod · 0.80
PrintXmlUnitTestMethod · 0.80
PrintJsonUnitTestMethod · 0.80
total_test_case_countMethod · 0.80

Calls 2

implFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected