Commit 34ddfff9 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

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

parent 2ef13f52
## gMock Cheat Sheet ## gMock Cheat Sheet
<!-- GOOGLETEST_CM0018 DO NOT DELETE --> <!-- GOOGLETEST_CM0019 DO NOT DELETE -->
### Defining a Mock Class ### Defining a Mock Class
......
## 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.
......
## 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?
......
## 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?
......
# Advanced googletest Topics # Advanced googletest Topics
<!-- GOOGLETEST_CM0015 DO NOT DELETE --> <!-- GOOGLETEST_CM0016 DO NOT DELETE -->
## Introduction ## Introduction
......
# 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?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment