Export Test - Do Not Merge
add missing using ::testing::DoAll when DoAll used in example PiperOrigin-RevId: 402416497
This commit is contained in:
parent
72c6c09b0e
commit
83d061af56
@ -1980,6 +1980,7 @@ If the mock method also needs to return a value as well, you can chain
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
using ::testing::_;
|
using ::testing::_;
|
||||||
|
using ::testing::DoAll;
|
||||||
using ::testing::Return;
|
using ::testing::Return;
|
||||||
using ::testing::SetArgPointee;
|
using ::testing::SetArgPointee;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user