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

Method Failed

tests/gtest/gtest-all.cc:3695–3701  ·  view source on GitHub ↗

Returns true iff the test failed.

Source from the content-addressed store, hash-verified

3693
3694// Returns true iff the test failed.
3695bool TestResult::Failed() const {
3696 for (int i = 0; i < total_part_count(); ++i) {
3697 if (GetTestPartResult(i).failed())
3698 return true;
3699 }
3700 return false;
3701}
3702
3703// Returns true iff the test part fatally failed.
3704static bool TestPartFatallyFailed(const TestPartResult& result) {

Callers 5

TestFailedFunction · 0.80
FailedFunction · 0.80
TestSuiteFailedFunction · 0.80
OnTestEndMethod · 0.80
PrintFailedTestsMethod · 0.80

Calls 1

implFunction · 0.85

Tested by

no test coverage detected