class NameMatchesMatcher
Defined at line 39 of file ../../sdk/lib/inspect/testing/cpp/inspect.h
Matcher interface to check the name of an inspect Nodes.
Inherits from ::testing::MatcherInterface<const NodeValue &>
Functions
NameMatchesMatcher
public void NameMatchesMatcher(
basic_string
name)
Defined at line 67 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
MatchAndExplain
public bool MatchAndExplain(const NodeValue & obj, ::testing::MatchResultListener * listener)
Defined at line 69 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
DescribeTo
public void DescribeTo(::std::ostream * os)
Defined at line 78 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
DescribeNegationTo
public void DescribeNegationTo(::std::ostream * os)
Defined at line 82 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc