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

Function TestPartFatallyFailed

tests/gtest/gtest-all.cc:3704–3706  ·  view source on GitHub ↗

Returns true iff the test part fatally failed.

Source from the content-addressed store, hash-verified

3702
3703// Returns true iff the test part fatally failed.
3704static bool TestPartFatallyFailed(const TestPartResult& result) {
3705 return result.fatally_failed();
3706}
3707
3708// Returns true iff the test fatally failed.
3709bool TestResult::HasFatalFailure() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected