documentation.md 947 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
  * [DesignDoc](design_doc.md) -- design of and rationale behind some Google Mock features.
11
  * [FrequentlyAskedQuestions](gmock_faq.md) and [KnownIssues](known_issues.md) -- check here before asking a question on the mailing list.
12
13
14

To contribute code to Google Mock, read:

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