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

Method total_test_count

tests/gtest/gtest-all.cc:2287–2289  ·  view source on GitHub ↗

Gets the number of all tests.

Source from the content-addressed store, hash-verified

2285
2286// Gets the number of all tests.
2287int UnitTestImpl::total_test_count() const {
2288 return SumOverTestSuiteList(test_suites_, &TestSuite::total_test_count);
2289}
2290
2291// Gets the number of tests that should run.
2292int UnitTestImpl::test_to_run_count() const {

Callers 6

PrintFailedTestsMethod · 0.80
PrintSkippedTestsMethod · 0.80
PrintXmlTestSuiteMethod · 0.80
PrintXmlTestsListMethod · 0.80
PrintJsonTestSuiteMethod · 0.80
PrintJsonTestListMethod · 0.80

Calls 3

SumOverTestSuiteListFunction · 0.85
implFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected