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

Method total_test_case_count

tests/gtest/gtest-all.cc:6092–6094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6090 return impl()->failed_test_suite_count();
6091}
6092int UnitTest::total_test_case_count() const {
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}

Callers

nothing calls this directly

Calls 2

implFunction · 0.85

Tested by

no test coverage detected