Manual docs tweaks still in preparation for including docs with code pushes

This commit is contained in:
Gennadiy Civil 2019-07-18 11:34:17 -04:00
parent 2ef13f524b
commit 34ddfff946
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
## gMock Cheat Sheet
<!-- GOOGLETEST_CM0018 DO NOT DELETE -->
<!-- GOOGLETEST_CM0019 DO NOT DELETE -->
### Defining a Mock Class

View File

@ -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.

View File

@ -1,6 +1,6 @@
## Googletest Mocking (gMock) for Dummies {#GMockForDummies}
<!-- GOOGLETEST_CM0012 DO NOT DELETE -->
<!-- GOOGLETEST_CM0013 DO NOT DELETE -->
### What Is gMock?

View File

@ -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?

View File

@ -1,6 +1,6 @@
# Advanced googletest Topics
<!-- GOOGLETEST_CM0015 DO NOT DELETE -->
<!-- GOOGLETEST_CM0016 DO NOT DELETE -->
## Introduction

View File

@ -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?