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

Function passed

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

Returns true iff the test part passed.

Source from the content-addressed store, hash-verified

11747
11748 // Returns true iff the test part passed.
11749 bool passed() const { return type_ == kSuccess; }
11750
11751 // Returns true iff the test part non-fatally failed.
11752 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected