mirror of
https://github.com/google/googletest.git
synced 2025-01-15 09:15:48 +08:00
Manual docs tweaks still in preparation for including docs with code pushes
This commit is contained in:
parent
2ef13f524b
commit
34ddfff946
@ -1,6 +1,6 @@
|
|||||||
## gMock Cheat Sheet
|
## gMock Cheat Sheet
|
||||||
|
|
||||||
<!-- GOOGLETEST_CM0018 DO NOT DELETE -->
|
<!-- GOOGLETEST_CM0019 DO NOT DELETE -->
|
||||||
|
|
||||||
### Defining a Mock Class
|
### Defining a Mock Class
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Googletest Mocking (gMock) Cookbook
|
## Googletest Mocking (gMock) Cookbook
|
||||||
|
|
||||||
<!-- GOOGLETEST_CM0011 DO NOT DELETE -->
|
<!-- GOOGLETEST_CM0012 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.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Googletest Mocking (gMock) for Dummies {#GMockForDummies}
|
## Googletest Mocking (gMock) for Dummies {#GMockForDummies}
|
||||||
|
|
||||||
<!-- GOOGLETEST_CM0012 DO NOT DELETE -->
|
<!-- GOOGLETEST_CM0013 DO NOT DELETE -->
|
||||||
|
|
||||||
### What Is gMock?
|
### What Is gMock?
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Legacy gMock FAQ {#GMockFaq}
|
## Legacy gMock FAQ {#GMockFaq}
|
||||||
|
|
||||||
<!-- GOOGLETEST_CM0020 DO NOT DELETE -->
|
<!-- GOOGLETEST_CM0021 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?
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Advanced googletest Topics
|
# Advanced googletest Topics
|
||||||
|
|
||||||
<!-- GOOGLETEST_CM0015 DO NOT DELETE -->
|
<!-- GOOGLETEST_CM0016 DO NOT DELETE -->
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Googletest FAQ
|
# Googletest FAQ
|
||||||
|
|
||||||
<!-- GOOGLETEST_CM0013 DO NOT DELETE -->
|
<!-- GOOGLETEST_CM0014 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?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user