Lines Matching refs:matchers
76 The following assertion allows [matchers](matchers.md) to be used to verify
84 Verifies that *`value`* matches the [matcher](matchers.md) *`matcher`*.
115 GoogleTest provides a built-in library of matchers—see the
116 [Matchers Reference](matchers.md). It is also possible to write your own
117 matchers—see [Writing New Matchers Quickly](../gmock_cook_book.md#NewMatchers).
118 The use of matchers makes `EXPECT_THAT` a powerful, extensible assertion.
568 The parameter *`matcher`* is either a [matcher](matchers.md) for a `const
572 [`ContainsRegex(s)`](matchers.md#string-matchers), **not**
573 [`Eq(s)`](matchers.md#generic-comparison).
620 The parameter *`matcher`* is either a [matcher](matchers.md) for a `const
624 [`ContainsRegex(s)`](matchers.md#string-matchers), **not**
625 [`Eq(s)`](matchers.md#generic-comparison).