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

Method TestNameIs

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

Constructor. TestNameIs has NO default constructor.

Source from the content-addressed store, hash-verified

4119 //
4120 // TestNameIs has NO default constructor.
4121 explicit TestNameIs(const char* name)
4122 : name_(name) {}
4123
4124 // Returns true iff the test name of test_info matches name_.
4125 bool operator()(const TestInfo * test_info) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected