summaryrefslogtreecommitdiffstats
path: root/docs/gmock_for_dummies.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-01-26 01:51:26 (GMT)
committerCJ Johnson <johnsoncj@google.com>2021-01-26 20:43:46 (GMT)
commit8a7618672a4ddd576a4e0feba2e3597c3b602434 (patch)
treea502b8e7ba8b9eca4db89c7901a8d5a6adeb7767 /docs/gmock_for_dummies.md
parent3351eba0aa33668f8f4cf5d24eb5f68fce17e034 (diff)
downloadgoogletest-8a7618672a4ddd576a4e0feba2e3597c3b602434.zip
googletest-8a7618672a4ddd576a4e0feba2e3597c3b602434.tar.gz
googletest-8a7618672a4ddd576a4e0feba2e3597c3b602434.tar.bz2
Googletest export
Delete internal tags from docs PiperOrigin-RevId: 353769887
Diffstat (limited to 'docs/gmock_for_dummies.md')
-rw-r--r--docs/gmock_for_dummies.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/gmock_for_dummies.md b/docs/gmock_for_dummies.md
index 37a5c13..1e5f966 100644
--- a/docs/gmock_for_dummies.md
+++ b/docs/gmock_for_dummies.md
@@ -1,9 +1,5 @@
# gMock for Dummies {#GMockForDummies}
-go/gmockfordummies
-
-[TOC]
-
## What Is gMock?
When you write a prototype or test, often it's not feasible or wise to rely on
@@ -208,8 +204,6 @@ 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.
-<!--#include file="includes/g3_wrap_external_api_snippet.md"-->
-
## Using Mocks in Tests
Once you have a mock class, using it is easy. The typical work flow is: