"vscode:/vscode.git/clone" did not exist on "b1f84bf1763b1010597bff13c79b5388eebdf205"
Commit 410b5298 authored by Abseil Team's avatar Abseil Team Committed by Gennadiy Civil
Browse files

Googletest export

Fix a broken link about selecting overloaded methods.

PiperOrigin-RevId: 263807775
parent 27e17f78
......@@ -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?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment