summaryrefslogtreecommitdiffstats
path: root/googletest/docs
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-09-23 14:43:41 (GMT)
committervslashg <gfalcon@google.com>2020-09-24 16:06:34 (GMT)
commitdf94fc5f7ef40c941998851c5e5fbd72ddb553f6 (patch)
treedc965fa8bbbec710950571cf2bd1876b9e1b3c9f /googletest/docs
parent634c52d99cf40306c506e16cc0e9827e387d33f2 (diff)
downloadgoogletest-df94fc5f7ef40c941998851c5e5fbd72ddb553f6.zip
googletest-df94fc5f7ef40c941998851c5e5fbd72ddb553f6.tar.gz
googletest-df94fc5f7ef40c941998851c5e5fbd72ddb553f6.tar.bz2
Googletest export
Address OSS Issue #2463 https://github.com/google/googletest/issues/2463 PiperOrigin-RevId: 333289989
Diffstat (limited to 'googletest/docs')
-rw-r--r--googletest/docs/advanced.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index 32819b6..9bca074 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -371,9 +371,11 @@ Verifies that `val1` is less than, or almost equal to, `val2`. You can replace
### Asserting Using gMock Matchers
-[gMock](../../googlemock) comes with a library of matchers for validating
-arguments passed to mock objects. A gMock *matcher* is basically a predicate
-that knows how to describe itself. It can be used in these assertion macros:
+[gMock](../../googlemock) comes with
+[a library of matchers](../../googlemock/docs/cheat_sheet.md#MatcherList) for
+validating arguments passed to mock objects. A gMock *matcher* is basically a
+predicate that knows how to describe itself. It can be used in these assertion
+macros:
<!-- mdformat off(github rendering does not support multiline tables) -->