Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
64660396
Commit
64660396
authored
Sep 10, 2020
by
Derek Mauro
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2994 from xerus2000:gmock-docs
PiperOrigin-RevId: 330545489
parents
5f8fcf4a
296c9d29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
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