summaryrefslogtreecommitdiff
path: root/docs/gmock_for_dummies.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-01-19 09:57:06 -0500
committerCJ Johnson <johnsoncj@google.com>2021-01-26 15:42:13 -0500
commit14098f20154966987c59f7255acd67931f9ed0d9 (patch)
treed386387eeed45f49aec84c5576a968f1e64be96e /docs/gmock_for_dummies.md
parentd128fc8252d53baad6ea456fa08cbf9028d255f4 (diff)
downloadgoogletest-git-14098f20154966987c59f7255acd67931f9ed0d9.tar.gz
Googletest export
Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
Diffstat (limited to 'docs/gmock_for_dummies.md')
-rw-r--r--docs/gmock_for_dummies.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/gmock_for_dummies.md b/docs/gmock_for_dummies.md
index 56769108..37a5c134 100644
--- a/docs/gmock_for_dummies.md
+++ b/docs/gmock_for_dummies.md
@@ -1,8 +1,8 @@
# gMock for Dummies {#GMockForDummies}
-<!-- GOOGLETEST_CM0013 DO NOT DELETE -->
+go/gmockfordummies
-<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
+[TOC]
## What Is gMock?
@@ -208,7 +208,7 @@ choosing the adaptor interface can make your code easier to write and more
readable (a net win in the long run), as you can choose `FooAdaptor` to fit your
specific domain much better than `Foo` does.
-<!-- GOOGLETEST_CM0029 DO NOT DELETE -->
+<!--#include file="includes/g3_wrap_external_api_snippet.md"-->
## Using Mocks in Tests