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

Method failed_test_case_count

tests/gtest/gtest-all.cc:6089–6091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6087 return impl()->successful_test_suite_count();
6088}
6089int UnitTest::failed_test_case_count() const {
6090 return impl()->failed_test_suite_count();
6091}
6092int UnitTest::total_test_case_count() const {
6093 return impl()->total_test_suite_count();
6094}

Callers

nothing calls this directly

Calls 2

implFunction · 0.85

Tested by

no test coverage detected