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

Function HasFailure

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

Returns true iff the current test has a (either fatal or non-fatal) failure.

Source from the content-addressed store, hash-verified

12899 // Returns true iff the current test has a (either fatal or
12900 // non-fatal) failure.
12901 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
12902
12903 // Logs a property for the current test, test suite, or for the entire
12904 // invocation of the test program when used outside of the context of a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected