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

Function TestSuitePassed

tests/gtest/gtest-all.cc:1855–1857  ·  view source on GitHub ↗

Returns true iff the test suite passed.

Source from the content-addressed store, hash-verified

1853
1854// Returns true iff the test suite passed.
1855static bool TestSuitePassed(const TestSuite* test_suite) {
1856 return test_suite->should_run() && test_suite->Passed();
1857}
1858
1859// Returns true iff the test suite failed.
1860static bool TestSuiteFailed(const TestSuite* test_suite) {

Callers

nothing calls this directly

Calls 1

PassedMethod · 0.80

Tested by

no test coverage detected