Commit 94bb786f by Abseil Team Committed by Derek Mauro

Googletest export

Update broken link PiperOrigin-RevId: 378272186
parent 5bcd8e3b
...@@ -87,9 +87,9 @@ trace, you'll gain insights on why the expectations you set are not met. ...@@ -87,9 +87,9 @@ trace, you'll gain insights on why the expectations you set are not met.
If you see the message "The mock function has no default action set, and its If you see the message "The mock function has no default action set, and its
return type has no default value set.", then try return type has no default value set.", then try
[adding a default action](gmock_for_dummies.md#DefaultValue). Due to a known [adding a default action](gmock_cheat_sheet.md#OnCall). Due to a known issue,
issue, unexpected calls on mocks without default actions don't print out a unexpected calls on mocks without default actions don't print out a detailed
detailed comparison between the actual arguments and the expected arguments. comparison between the actual arguments and the expected arguments.
### My program crashed and `ScopedMockLog` spit out tons of messages. Is it a gMock bug? ### My program crashed and `ScopedMockLog` spit out tons of messages. Is it a gMock bug?
......
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