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

Function TestSuiteFailed

tests/gtest/gtest-all.cc:1860–1862  ·  view source on GitHub ↗

Returns true iff the test suite failed.

Source from the content-addressed store, hash-verified

1858
1859// Returns true iff the test suite failed.
1860static bool TestSuiteFailed(const TestSuite* test_suite) {
1861 return test_suite->should_run() && test_suite->Failed();
1862}
1863
1864// Returns true iff test_suite contains at least one test that should
1865// run.

Callers

nothing calls this directly

Calls 1

FailedMethod · 0.80

Tested by

no test coverage detected