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

Method DescribeNegationTo

tests/gtest/gtest.h:9181–9183  ·  view source on GitHub ↗

Describes the negation of this matcher to an ostream.

Source from the content-addressed store, hash-verified

9179
9180 // Describes the negation of this matcher to an ostream.
9181 void DescribeNegationTo(::std::ostream* os) const {
9182 impl_->DescribeNegationTo(os);
9183 }
9184
9185 // Explains why x matches, or doesn't match, the matcher.
9186 void ExplainMatchResultTo(const T& x, ::std::ostream* os) const {

Callers 2

DescribeNegationToMethod · 0.45
DescribeNegationToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected