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

Function ShouldRunTestSuite

tests/gtest/gtest-all.cc:1866–1868  ·  view source on GitHub ↗

Returns true iff test_suite contains at least one test that should run.

Source from the content-addressed store, hash-verified

1864// Returns true iff test_suite contains at least one test that should
1865// run.
1866static bool ShouldRunTestSuite(const TestSuite* test_suite) {
1867 return test_suite->should_run();
1868}
1869
1870// AssertHelper constructor.
1871AssertHelper::AssertHelper(TestPartResult::Type type,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected