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
577daedd
Unverified
Commit
577daedd
authored
Jun 07, 2019
by
Gennadiy Civil
Committed by
GitHub
Jun 07, 2019
Browse files
Merge pull request #2274 from goudan-er/master
fix typo
parents
0183a459
3ff7cd0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/docs/CookBook.md
googlemock/docs/CookBook.md
+1
-1
No files found.
googlemock/docs/CookBook.md
View file @
577daedd
...
...
@@ -70,7 +70,7 @@ class Foo {
class
MockFoo
:
public
Foo
{
...
MOCK_METHOD1
(
Add
,
int
(
Element
x
));
MOCK_METHOD2
(
Add
,
int
(
int
times
,
Element
x
);
MOCK_METHOD2
(
Add
,
int
(
int
times
,
Element
x
)
)
;
MOCK_METHOD0
(
GetBar
,
Bar
&
());
MOCK_CONST_METHOD0
(
GetBar
,
const
Bar
&
());
...
...
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