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

Method HasFatalFailure

tests/gtest/gtest-all.cc:3709–3711  ·  view source on GitHub ↗

Returns true iff the test fatally failed.

Source from the content-addressed store, hash-verified

3707
3708// Returns true iff the test fatally failed.
3709bool TestResult::HasFatalFailure() const {
3710 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
3711}
3712
3713// Returns true iff the test part non-fatally failed.
3714static bool TestPartNonfatallyFailed(const TestPartResult& result) {

Callers

nothing calls this directly

Calls 3

CountIfFunction · 0.85
GetUnitTestImplFunction · 0.85
current_test_resultMethod · 0.80

Tested by

no test coverage detected