Googletest export
Fix a broken link about selecting overloaded methods. PiperOrigin-RevId: 263807775
This commit is contained in:
parent
27e17f7851
commit
410b52985e
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user