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

Function TestPartNonfatallyFailed

tests/gtest/gtest-all.cc:3714–3716  ·  view source on GitHub ↗

Returns true iff the test part non-fatally failed.

Source from the content-addressed store, hash-verified

3712
3713// Returns true iff the test part non-fatally failed.
3714static bool TestPartNonfatallyFailed(const TestPartResult& result) {
3715 return result.nonfatally_failed();
3716}
3717
3718// Returns true iff the test has a non-fatal failure.
3719bool TestResult::HasNonfatalFailure() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected