Googletest export

Fixes #3222, fixes #3225, closes #3223

PiperOrigin-RevId: 352066131
This commit is contained in:
Abseil Team
2021-01-15 15:50:04 -05:00
committed by Derek Mauro
parent 5ae6e6e7e1
commit d128fc8252
6 changed files with 10 additions and 14 deletions

View File

@@ -505,7 +505,7 @@ always return 100 as `n++` is only evaluated once. Similarly, `Return(new Foo)`
will create a new `Foo` object when the `EXPECT_CALL()` is executed, and will
return the same pointer every time. If you want the side effect to happen every
time, you need to define a custom action, which we'll teach in the
[cook book](http://<!-- GOOGLETEST_CM0012 DO NOT DELETE -->).
[cook book](gmock_cook_book.md).
Time for another quiz! What do you think the following means?