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