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

Method TestSuiteNameIs

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

Constructor.

Source from the content-addressed store, hash-verified

6583 public:
6584 // Constructor.
6585 explicit TestSuiteNameIs(const std::string& name) : name_(name) {}
6586
6587 // Returns true iff the name of test_suite matches name_.
6588 bool operator()(const TestSuite* test_suite) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected