2021-02-19 08:18:34 +08:00
|
|
|
nav:
|
2021-03-02 08:46:03 +08:00
|
|
|
- section: "Get Started"
|
|
|
|
items:
|
|
|
|
- title: "Supported Platforms"
|
|
|
|
url: "/platforms.html"
|
2021-03-23 06:15:18 +08:00
|
|
|
- title: "Quickstart: Bazel"
|
|
|
|
url: "/quickstart-bazel.html"
|
2021-03-23 07:39:46 +08:00
|
|
|
- title: "Quickstart: CMake"
|
|
|
|
url: "/quickstart-cmake.html"
|
2021-02-19 08:18:34 +08:00
|
|
|
- section: "Guides"
|
|
|
|
items:
|
|
|
|
- title: "GoogleTest Primer"
|
|
|
|
url: "/primer.html"
|
|
|
|
- title: "Advanced Topics"
|
|
|
|
url: "/advanced.html"
|
|
|
|
- title: "Mocking for Dummies"
|
|
|
|
url: "/gmock_for_dummies.html"
|
|
|
|
- title: "Mocking Cookbook"
|
|
|
|
url: "/gmock_cook_book.html"
|
|
|
|
- title: "Mocking Cheat Sheet"
|
|
|
|
url: "/gmock_cheat_sheet.html"
|
|
|
|
- section: "References"
|
|
|
|
items:
|
2021-06-02 10:28:29 +08:00
|
|
|
- title: "Testing Reference"
|
|
|
|
url: "/reference/testing.html"
|
2021-06-02 08:16:21 +08:00
|
|
|
- title: "Mocking Reference"
|
|
|
|
url: "/reference/mocking.html"
|
2021-05-26 07:49:11 +08:00
|
|
|
- title: "Assertions"
|
|
|
|
url: "/reference/assertions.html"
|
2021-04-28 04:22:33 +08:00
|
|
|
- title: "Matchers"
|
|
|
|
url: "/reference/matchers.html"
|
2021-05-04 10:40:25 +08:00
|
|
|
- title: "Actions"
|
|
|
|
url: "/reference/actions.html"
|
2021-02-19 08:18:34 +08:00
|
|
|
- title: "Testing FAQ"
|
|
|
|
url: "/faq.html"
|
|
|
|
- title: "Mocking FAQ"
|
|
|
|
url: "/gmock_faq.html"
|
|
|
|
- title: "Code Samples"
|
|
|
|
url: "/samples.html"
|
|
|
|
- title: "Using pkg-config"
|
|
|
|
url: "/pkgconfig.html"
|
|
|
|
- title: "Community Documentation"
|
|
|
|
url: "/community_created_documentation.html"
|