mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
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
|
||||
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?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user