ca4344f5fa
Initial testing include an "id test", which really just a template test at this point, and a temperature sensor test. The google test code is included in this commit. It will eventually be taken out and replaced with a pull from a google external repo. Change-Id: I591818a9c169f4654fc8d8f17cf648f227d72545
838 B
838 B
This page lists all documentation markdown files for Google Mock (the current git version) -- if you use a former version of Google Mock, please read the documentation for that specific version instead (e.g. by checking out the respective git branch/tag).
- ForDummies -- start here if you are new to Google Mock.
- CheatSheet -- a quick reference.
- CookBook -- recipes for doing various tasks using Google Mock.
- FrequentlyAskedQuestions -- check here before asking a question on the mailing list.
To contribute code to Google Mock, read:
- CONTRIBUTING -- read this before writing your first patch.
- Pump Manual -- how we generate some of Google Mock's source files.