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

Function skipped

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

Returns true iff the test part was skipped.

Source from the content-addressed store, hash-verified

11744
11745 // Returns true iff the test part was skipped.
11746 bool skipped() const { return type_ == kSkip; }
11747
11748 // Returns true iff the test part passed.
11749 bool passed() const { return type_ == kSuccess; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected