class PropertyListMatcher
Defined at line 55 of file ../../sdk/lib/inspect/testing/cpp/inspect.h
Matcher interface to check the list of Node properties.
Inherits from ::testing::MatcherInterface<const NodeValue &>
Functions
PropertyListMatcher
public void PropertyListMatcher(
Matcher
matcher)
Defined at line 86 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
MatchAndExplain
public bool MatchAndExplain(const NodeValue & obj, ::testing::MatchResultListener * listener)
Defined at line 89 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
DescribeTo
public void DescribeTo(::std::ostream * os)
Defined at line 94 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
DescribeNegationTo
public void DescribeNegationTo(::std::ostream * os)
Defined at line 99 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc