Googletest export

Document the fact that MatchAndExplain(T, MatchResultListener*) is supported.

PiperOrigin-RevId: 354172275
This commit is contained in:
Abseil Team
2021-01-27 14:22:59 -08:00
committed by Dino Radaković
parent d114398800
commit 726118846d
2 changed files with 4 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ namespace testing {
// 1. a class FooMatcherMatcher that implements the matcher interface:
// using is_gtest_matcher = void;
// bool MatchAndExplain(const T&, std::ostream*);
// (MatchResultListener* can also be used instead of std::ostream*)
// void DescribeTo(std::ostream*);
// void DescribeNegationTo(std::ostream*);
//