|
5 | 5 | GoogleTest is Google's C++ testing and mocking framework. This user's guide has
|
6 | 6 | the following contents:
|
7 | 7 |
|
8 |
| -* [GoogleTest Primer](primer) - Teaches you how to write simple tests using |
| 8 | +* [GoogleTest Primer](primer.md) - Teaches you how to write simple tests using |
9 | 9 | GoogleTest. Read this first if you are new to GoogleTest.
|
10 |
| -* [GoogleTest Advanced](advanced) - Read this when you've finished the Primer |
11 |
| - and want to utilize GoogleTest to its full potential. |
12 |
| -* [GoogleTest Samples](samples) - Describes some GoogleTest samples. |
13 |
| -* [GoogleTest FAQ](faq) - Have a question? Want some tips? Check here first. |
14 |
| -* [Mocking for Dummies](gmock_for_dummies) - Teaches you how to create mock |
| 10 | +* [GoogleTest Advanced](advanced.md) - Read this when you've finished the |
| 11 | + Primer and want to utilize GoogleTest to its full potential. |
| 12 | +* [GoogleTest Samples](samples.md) - Describes some GoogleTest samples. |
| 13 | +* [GoogleTest FAQ](faq.md) - Have a question? Want some tips? Check here |
| 14 | + first. |
| 15 | +* [Mocking for Dummies](gmock_for_dummies.md) - Teaches you how to create mock |
15 | 16 | objects and use them in tests.
|
16 |
| -* [Mocking Cookbook](gmock_cook_book) - Includes tips and approaches to common |
17 |
| - mocking use cases. |
18 |
| -* [Mocking Cheat Sheet](gmock_cheat_sheet) - A handy reference for matchers, |
19 |
| - actions, invariants, and more. |
20 |
| -* [Mocking FAQ](gmock_faq) - Contains answers to some mocking-specific |
| 17 | +* [Mocking Cookbook](gmock_cook_book.md) - Includes tips and approaches to |
| 18 | + common mocking use cases. |
| 19 | +* [Mocking Cheat Sheet](gmock_cheat_sheet.md) - A handy reference for |
| 20 | + matchers, actions, invariants, and more. |
| 21 | +* [Mocking FAQ](gmock_faq.md) - Contains answers to some mocking-specific |
21 | 22 | questions.
|
0 commit comments