2017-07-30 14:33:08 +00:00
|
|
|
This page lists all documentation markdown files for Google Mock **(the
|
|
|
|
current git version)**
|
2017-08-10 18:21:46 +00:00
|
|
|
-- **if you use a former version of Google Mock, please read the
|
2017-07-30 14:33:08 +00:00
|
|
|
documentation for that specific version instead (e.g. by checking out
|
|
|
|
the respective git branch/tag).**
|
2015-08-24 22:41:02 +00:00
|
|
|
|
2019-07-13 06:08:58 +00:00
|
|
|
* [ForDummies](for_dummies.md) -- start here if you are new to Google Mock.
|
2019-07-13 05:47:14 +00:00
|
|
|
* [CheatSheet](cheat_sheet.md) -- a quick reference.
|
2019-06-19 20:48:38 +00:00
|
|
|
* [CookBook](cook_book.md) -- recipes for doing various tasks using Google Mock.
|
2019-07-13 06:15:20 +00:00
|
|
|
* [FrequentlyAskedQuestions](frequently_asked_questions.md) -- check here before asking a question on the mailing list.
|
2015-08-24 22:41:02 +00:00
|
|
|
|
|
|
|
To contribute code to Google Mock, read:
|
|
|
|
|
2018-09-04 20:07:18 +00:00
|
|
|
* [CONTRIBUTING](../../CONTRIBUTING.md) -- read this _before_ writing your first patch.
|
2019-06-19 20:20:19 +00:00
|
|
|
* [Pump Manual](../../googletest/docs/pump_manual.md) -- how we generate some of the source files.
|