Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
64660396
Commit
64660396
authored
Sep 10, 2020
by
Derek Mauro
Browse files
Merge pull request #2994 from xerus2000:gmock-docs
PiperOrigin-RevId: 330545489
parents
5f8fcf4a
296c9d29
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
googlemock/docs/cook_book.md
googlemock/docs/cook_book.md
+6
-4
No files found.
googlemock/docs/cook_book.md
View file @
64660396
...
...
@@ -3,7 +3,7 @@
<!-- GOOGLETEST_CM0012 DO NOT DELETE -->
You can find recipes for using gMock here. If you haven't yet, please read
[
th
is
](
for_dummies.md
)
first to make sure you understand the basics.
[
th
e dummy guide
](
for_dummies.md
)
first to make sure you understand the basics.
**Note:**
gMock lives in the
`testing`
name space. For readability, it is
recommended to write
`using ::testing::Foo;`
once in your file before using the
...
...
@@ -283,9 +283,11 @@ recipe for [mocking non-virtual methods](#MockingNonVirtualMethods).
### Old-Style `MOCK_METHODn` Macros
Before the generic
`MOCK_METHOD`
macro was introduced, mocks where created using
a family of macros collectively called
`MOCK_METHODn`
. These macros are still
supported, though migration to the new
`MOCK_METHOD`
is recommended.
Before the generic
`MOCK_METHOD`
macro
[
was introduced in 2018
](
https://github.com/google/googletest/commit/c5f08bf91944ce1b19bcf414fa1760e69d20afc2
)
,
mocks where created using a family of macros collectively called
`MOCK_METHODn`
.
These macros are still supported, though migration to the new
`MOCK_METHOD`
is
recommended.
The macros in the
`MOCK_METHODn`
family differ from
`MOCK_METHOD`
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment