mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Update actions.md
Added instruction on which header to include to the top of the page
This commit is contained in:
parent
3791582b6f
commit
15de0806de
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
# Actions Reference
|
||||
|
||||
[**Actions**](../gmock_for_dummies.md#actions-what-should-it-do) specify what a
|
||||
mock function should do when invoked. This page lists the built-in actions
|
||||
provided by GoogleTest. All actions are defined in the `::testing` namespace.
|
||||
mock function should do when invoked.
|
||||
This page lists the built-in actions provided by GoogleTest.
|
||||
To use them, add #include <gmock/gmock.h>.
|
||||
All actions are defined in the `::testing` namespace.
|
||||
|
||||
## Returning a Value
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue