@@ -587,20 +605,13 @@ which must be a permanent callback.
...
@@ -587,20 +605,13 @@ which must be a permanent callback.
1. You can use `PrintToString(x)` to convert a value `x` of any type to a
1. You can use `PrintToString(x)` to convert a value `x` of any type to a
string.
string.
## Matchers as Test Assertions
Matcher | Description
:--------------------------- | :----------
`ASSERT_THAT(expression, m)` | Generates a [fatal failure](../../googletest/docs/primer.md#assertions) if the value of `expression` doesn't match matcher `m`.
`EXPECT_THAT(expression, m)` | Generates a non-fatal failure if the value of `expression` doesn't match matcher `m`.
### Actions {#ActionList}
### Actions {#ActionList}
**Actions** specify what a mock function should do when invoked.
**Actions** specify what a mock function should do when invoked.