class PropertyListMatcher

Defined at line 61 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 105 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc

MatchAndExplain

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

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

DescribeTo

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

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

DescribeNegationTo

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

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