Skip to content

Commit

Permalink
Googletest export
Browse files Browse the repository at this point in the history
Update broken links.

PiperOrigin-RevId: 264405918
  • Loading branch information
Abseil Team authored and Xiaoyi Zhang committed Aug 21, 2019
1 parent c9ccac7 commit d1ad644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions googlemock/docs/for_dummies.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ the *default* action for the function every time (unless, of course, you have a
What can we do inside `WillOnce()` besides `Return()`? You can return a
reference using `ReturnRef(*variable*)`, or invoke a pre-defined function, among
[others](#ActionList).
[others](cook_book.md#using-actions).
**Important note:** The `EXPECT_CALL()` statement evaluates the action clause
only once, even though the action may be performed many times. Therefore you
Expand Down Expand Up @@ -561,7 +561,7 @@ overloaded). This makes any calls to the method expected. This is not necessary
for methods that are not mentioned at all (these are "uninteresting"), but is
useful for methods that have some expectations, but for which other calls are
ok. See
[Understanding Uninteresting vs Unexpected Calls](#uninteresting-vs-unexpected).
[Understanding Uninteresting vs Unexpected Calls](cook_book.md#uninteresting-vs-unexpected).

#### Ordered vs Unordered Calls {#OrderedCalls}

Expand Down

0 comments on commit d1ad644

Please sign in to comment.