mirror of
https://github.com/google/googletest.git
synced 2025-04-05 13:35:03 +00:00
Googletest export
add missing using ::testing::DoAll when DoAll used in example PiperOrigin-RevId: 402416497
This commit is contained in:
parent
dc7a0779d1
commit
178cfacb24
1 changed files with 1 additions and 0 deletions
|
@ -1980,6 +1980,7 @@ If the mock method also needs to return a value as well, you can chain
|
|||
|
||||
```cpp
|
||||
using ::testing::_;
|
||||
using ::testing::DoAll;
|
||||
using ::testing::Return;
|
||||
using ::testing::SetArgPointee;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue