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
|
||||
|
||||
<!-- GOOGLETEST_CM0018 DO NOT DELETE -->
|
||||
<!-- GOOGLETEST_CM0019 DO NOT DELETE -->
|
||||
|
||||
### Defining a Mock Class
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
## 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
|
||||
[this](for_dummies.md) first to make sure you understand the basics.
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Googletest Mocking (gMock) for Dummies {#GMockForDummies}
|
||||
|
||||
<!-- GOOGLETEST_CM0012 DO NOT DELETE -->
|
||||
<!-- GOOGLETEST_CM0013 DO NOT DELETE -->
|
||||
|
||||
### What Is gMock?
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
## 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?
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Advanced googletest Topics
|
||||
|
||||
<!-- GOOGLETEST_CM0015 DO NOT DELETE -->
|
||||
<!-- GOOGLETEST_CM0016 DO NOT DELETE -->
|
||||
|
||||
## Introduction
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Googletest FAQ
|
||||
|
||||
<!-- GOOGLETEST_CM0013 DO NOT DELETE -->
|
||||
<!-- GOOGLETEST_CM0014 DO NOT DELETE -->
|
||||
|
||||
## Why should test suite names and test names not contain underscore?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user