diff options
author | Gennadiy Civil <misterg@google.com> | 2019-07-29 10:53:47 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-07-29 10:53:47 -0400 |
commit | bb481d2da65003a6afae672814dd99a9a17bda53 (patch) | |
tree | c6663683b4c77c05e7df73d51d6baa3a7f2563c5 /googlemock/docs/for_dummies.md | |
parent | c4b68b91f87436b5fc57f7ce2aaebd5b40de9575 (diff) | |
download | googletest-bb481d2da65003a6afae672814dd99a9a17bda53.tar.gz googletest-bb481d2da65003a6afae672814dd99a9a17bda53.tar.bz2 googletest-bb481d2da65003a6afae672814dd99a9a17bda53.zip |
Manual docs tweaks still in preparation for including docs with code pushes
Diffstat (limited to 'googlemock/docs/for_dummies.md')
-rw-r--r-- | googlemock/docs/for_dummies.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/googlemock/docs/for_dummies.md b/googlemock/docs/for_dummies.md index 5433e8b3..b39a0c8b 100644 --- a/googlemock/docs/for_dummies.md +++ b/googlemock/docs/for_dummies.md @@ -1,4 +1,4 @@ -## Googletest Mocking (gMock) for Dummies {#GMockForDummies} +## gMock for Dummies {#GMockForDummies} <!-- GOOGLETEST_CM0013 DO NOT DELETE --> @@ -206,6 +206,8 @@ 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 --> + ### Using Mocks in Tests Once you have a mock class, using it is easy. The typical work flow is: |