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
34ddfff9
Commit
34ddfff9
authored
Jul 18, 2019
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Manual docs tweaks still in preparation for including docs with code pushes
parent
2ef13f52
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
cheat_sheet.md
googlemock/docs/cheat_sheet.md
+1
-1
cook_book.md
googlemock/docs/cook_book.md
+1
-1
for_dummies.md
googlemock/docs/for_dummies.md
+1
-1
gmock_faq.md
googlemock/docs/gmock_faq.md
+1
-1
advanced.md
googletest/docs/advanced.md
+1
-1
faq.md
googletest/docs/faq.md
+1
-1
No files found.
googlemock/docs/cheat_sheet.md
View file @
34ddfff9
## gMock Cheat Sheet
## gMock Cheat Sheet
<!-- GOOGLETEST_CM001
8
DO NOT DELETE -->
<!-- GOOGLETEST_CM001
9
DO NOT DELETE -->
### Defining a Mock Class
### Defining a Mock Class
...
...
googlemock/docs/cook_book.md
View file @
34ddfff9
## Googletest Mocking (gMock) Cookbook
## 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
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.
[
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 Mocking (gMock) for Dummies {#GMockForDummies}
<!-- GOOGLETEST_CM001
2
DO NOT DELETE -->
<!-- GOOGLETEST_CM001
3
DO NOT DELETE -->
### What Is gMock?
### What Is gMock?
...
...
googlemock/docs/gmock_faq.md
View file @
34ddfff9
## Legacy gMock FAQ {#GMockFaq}
## 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?
### 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
# Advanced googletest Topics
<!-- GOOGLETEST_CM001
5
DO NOT DELETE -->
<!-- GOOGLETEST_CM001
6
DO NOT DELETE -->
## Introduction
## Introduction
...
...
googletest/docs/faq.md
View file @
34ddfff9
# Googletest FAQ
# 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?
## 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