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
34ddfff9
Commit
34ddfff9
authored
Jul 18, 2019
by
Gennadiy Civil
Browse files
Manual docs tweaks still in preparation for including docs with code pushes
parent
2ef13f52
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
googlemock/docs/cheat_sheet.md
googlemock/docs/cheat_sheet.md
+1
-1
googlemock/docs/cook_book.md
googlemock/docs/cook_book.md
+1
-1
googlemock/docs/for_dummies.md
googlemock/docs/for_dummies.md
+1
-1
googlemock/docs/gmock_faq.md
googlemock/docs/gmock_faq.md
+1
-1
googletest/docs/advanced.md
googletest/docs/advanced.md
+1
-1
googletest/docs/faq.md
googletest/docs/faq.md
+1
-1
No files found.
googlemock/docs/cheat_sheet.md
View file @
34ddfff9
## gMock Cheat Sheet
<!-- GOOGLETEST_CM001
8
DO NOT DELETE -->
<!-- GOOGLETEST_CM001
9
DO NOT DELETE -->
### Defining a Mock Class
...
...
googlemock/docs/cook_book.md
View file @
34ddfff9
## Googletest Mocking (gMock) Cookbook
<!-- GOOGLETEST_CM001
1
DO NOT DELETE -->
<!-- GOOGLETEST_CM001
2
DO NOT DELETE -->
You can find recipes for using gMock here. If you haven't yet, please read
[
this
](
for_dummies.md
)
first to make sure you understand the basics.
...
...
googlemock/docs/for_dummies.md
View file @
34ddfff9
## Googletest Mocking (gMock) for Dummies {#GMockForDummies}
<!-- GOOGLETEST_CM001
2
DO NOT DELETE -->
<!-- GOOGLETEST_CM001
3
DO NOT DELETE -->
### What Is gMock?
...
...
googlemock/docs/gmock_faq.md
View file @
34ddfff9
## Legacy gMock FAQ {#GMockFaq}
<!-- GOOGLETEST_CM002
0
DO NOT DELETE -->
<!-- GOOGLETEST_CM002
1
DO NOT DELETE -->
### When I call a method on my mock object, the method for the real object is invoked instead. What's the problem?
...
...
googletest/docs/advanced.md
View file @
34ddfff9
# Advanced googletest Topics
<!-- GOOGLETEST_CM001
5
DO NOT DELETE -->
<!-- GOOGLETEST_CM001
6
DO NOT DELETE -->
## Introduction
...
...
googletest/docs/faq.md
View file @
34ddfff9
# Googletest FAQ
<!-- GOOGLETEST_CM001
3
DO NOT DELETE -->
<!-- GOOGLETEST_CM001
4
DO NOT DELETE -->
## Why should test suite names and test names not contain underscore?
...
...
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