Googletest export

Fix a broken link about selecting overloaded methods.

PiperOrigin-RevId: 263807775
This commit is contained in:
Abseil Team 2019-08-16 14:12:08 -04:00 committed by Gennadiy Civil
parent 27e17f7851
commit 410b52985e

View File

@ -396,7 +396,8 @@ EXPECT_CALL(turtle, GoTo);
This works for all non-overloaded methods; if a method is overloaded, you need This works for all non-overloaded methods; if a method is overloaded, you need
to help gMock resolve which overload is expected by specifying the number of to help gMock resolve which overload is expected by specifying the number of
arguments and possibly also the [types of the arguments](#SelectOverload). arguments and possibly also the
[types of the arguments](cook_book.md#SelectOverload).
#### Cardinalities: How Many Times Will It Be Called? #### Cardinalities: How Many Times Will It Be Called?