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

Function TestPassed

tests/gtest/gtest.h:13402–13404  ·  view source on GitHub ↗

Returns true iff test passed.

Source from the content-addressed store, hash-verified

13400
13401 // Returns true iff test passed.
13402 static bool TestPassed(const TestInfo* test_info) {
13403 return test_info->should_run() && test_info->result()->Passed();
13404 }
13405
13406 // Returns true iff test skipped.
13407 static bool TestSkipped(const TestInfo* test_info) {

Callers

nothing calls this directly

Calls 1

PassedMethod · 0.80

Tested by

no test coverage detected