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

Method TestProperty

tests/gtest/gtest.h:12985–12987  ·  view source on GitHub ↗

C'tor. TestProperty does NOT have a default constructor. Always use this constructor (with parameters) to create a TestProperty object.

Source from the content-addressed store, hash-verified

12983 // Always use this constructor (with parameters) to create a
12984 // TestProperty object.
12985 TestProperty(const std::string& a_key, const std::string& a_value) :
12986 key_(a_key), value_(a_value) {
12987 }
12988
12989 // Gets the user supplied key.
12990 const char* key() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected