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

Method test_to_run_count

tests/gtest/gtest-all.cc:2292–2294  ·  view source on GitHub ↗

Gets the number of tests that should run.

Source from the content-addressed store, hash-verified

2290
2291// Gets the number of tests that should run.
2292int UnitTestImpl::test_to_run_count() const {
2293 return SumOverTestSuiteList(test_suites_, &TestSuite::test_to_run_count);
2294}
2295
2296// Returns the current OS stack trace as an std::string.
2297//

Callers 4

OnTestIterationStartMethod · 0.80
OnTestCaseStartMethod · 0.80
OnTestCaseEndMethod · 0.80
OnTestIterationEndMethod · 0.80

Calls 3

SumOverTestSuiteListFunction · 0.85
CountIfFunction · 0.85
implFunction · 0.85

Tested by

no test coverage detected