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

Method TestPropertyKeyIs

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

Constructor. TestPropertyKeyIs has NO default constructor.

Source from the content-addressed store, hash-verified

743 //
744 // TestPropertyKeyIs has NO default constructor.
745 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {}
746
747 // Returns true iff the test name of test property matches on key_.
748 bool operator()(const TestProperty& test_property) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected