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

Enum AbortReason

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

An enumeration of the three reasons that a test might be aborted.

Source from the content-addressed store, hash-verified

9717
9718 // An enumeration of the three reasons that a test might be aborted.
9719 enum AbortReason {
9720 TEST_ENCOUNTERED_RETURN_STATEMENT,
9721 TEST_THREW_EXCEPTION,
9722 TEST_DID_NOT_DIE
9723 };
9724
9725 // Assumes one of the above roles.
9726 virtual TestRole AssumeRole() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected