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

Method test_case_to_run_count

tests/gtest/gtest-all.cc:6095–6097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6093 return impl()->total_test_suite_count();
6094}
6095int UnitTest::test_case_to_run_count() const {
6096 return impl()->test_suite_to_run_count();
6097}
6098#endif // GTEST_REMOVE_LEGACY_TEST_CASEAPI_
6099
6100// Gets the number of successful tests.

Callers

nothing calls this directly

Calls 2

implFunction · 0.85

Tested by

no test coverage detected