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

Function TestFailed

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

Returns true iff test failed.

Source from the content-addressed store, hash-verified

13410
13411 // Returns true iff test failed.
13412 static bool TestFailed(const TestInfo* test_info) {
13413 return test_info->should_run() && test_info->result()->Failed();
13414 }
13415
13416 // Returns true iff the test is disabled and will be reported in the XML
13417 // report.

Callers

nothing calls this directly

Calls 1

FailedMethod · 0.80

Tested by

no test coverage detected