class NameMatchesMatcher

Defined at line 45 of file ../../sdk/lib/inspect/testing/cpp/inspect.h

Matcher interface to check the name of an inspect Nodes.

Public Methods

void NameMatchesMatcher (std::string name)

Defined at line 86 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc

bool MatchAndExplain (const NodeValue & obj, ::testing::MatchResultListener * listener)

Defined at line 88 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc

void DescribeTo (::std::ostream * os)

Defined at line 97 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc

void DescribeNegationTo (::std::ostream * os)

Defined at line 101 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc