documentation.md 837 Bytes
Newer Older
1
2
This page lists all documentation markdown files for Google Mock **(the
current git version)**
3
-- **if you use a former version of Google Mock, please read the
4
5
documentation for that specific version instead (e.g. by checking out
the respective git branch/tag).**
6

7
  * [ForDummies](for_dummies.md) -- start here if you are new to Google Mock.
8
  * [CheatSheet](cheat_sheet.md) -- a quick reference.
Gennadiy Civil's avatar
 
Gennadiy Civil committed
9
  * [CookBook](cook_book.md) -- recipes for doing various tasks using Google Mock.
10
  * [FrequentlyAskedQuestions](frequently_asked_questions.md) -- check here before asking a question on the mailing list.
11
12
13

To contribute code to Google Mock, read:

Arkady Shapkin's avatar
Arkady Shapkin committed
14
  * [CONTRIBUTING](../../CONTRIBUTING.md) -- read this _before_ writing your first patch.
15
  * [Pump Manual](../../googletest/docs/pump_manual.md) -- how we generate some of the source files.