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

Function nonfatally_failed

tests/gtest/gtest.h:11752–11752  ·  view source on GitHub ↗

Returns true iff the test part non-fatally failed.

Source from the content-addressed store, hash-verified

11750
11751 // Returns true iff the test part non-fatally failed.
11752 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
11753
11754 // Returns true iff the test part fatally failed.
11755 bool fatally_failed() const { return type_ == kFatalFailure; }

Callers 1

failedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected