Add a manual anchor

gMock outputs text like:
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details.

This pull request adds the manual anchor to make that link work.
This commit is contained in:
Hesky Fisher 2022-05-12 13:22:20 -04:00 committed by GitHub
parent 8a011b8a38
commit 37ca58abcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1485,7 +1485,7 @@ mock object and gMock.
## Setting Expectations
### Knowing When to Expect {#UseOnCall}
### <a id="knowing-when-to-expect"></a>Knowing When to Expect {#UseOnCall}
**`ON_CALL`** is likely the *single most under-utilized construct* in gMock.