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
dc62d1e7
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "8b038649733ba7a1b459651e2ab0396cdca50007"
Unverified
Commit
dc62d1e7
authored
Apr 06, 2019
by
Ivaylo Kirov
Committed by
GitHub
Apr 06, 2019
Browse files
Update ForDummies.md
parent
5ba69d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/docs/ForDummies.md
googlemock/docs/ForDummies.md
+1
-1
No files found.
googlemock/docs/ForDummies.md
View file @
dc62d1e7
...
...
@@ -17,7 +17,7 @@ If all this seems too abstract for you, don't worry - the most important thing t
Using Google Mock involves three basic steps:
1.
Use some simple macros to describe the interface you want to mock, and they will expand to the implementation of your mock class;
1.
Create some mock objects and specify
its
expectations and behavior using an intuitive syntax;
1.
Create some mock objects and specify
their
expectations and behavior using an intuitive syntax;
1.
Exercise code that uses the mock objects. Google Mock will catch any violation of the expectations as soon as it arises.
# Why Google Mock? #
...
...
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