mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-08-01 04:11:59 +08:00
This commit fixes a minor verb conjugation error in gmock_cook_book.md.
PiperOrigin-RevId: 490601453 Change-Id: I733b2ed8740b1c809dddb166a42993b869198469
This commit is contained in:
parent
519beb0e52
commit
e68764c147
@ -1904,7 +1904,7 @@ using testing::ReturnPointee;
|
|||||||
### Combining Actions
|
### Combining Actions
|
||||||
|
|
||||||
Want to do more than one thing when a function is called? That's fine. `DoAll()`
|
Want to do more than one thing when a function is called? That's fine. `DoAll()`
|
||||||
allow you to do sequence of actions every time. Only the return value of the
|
allows you to do a sequence of actions every time. Only the return value of the
|
||||||
last action in the sequence will be used.
|
last action in the sequence will be used.
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user