Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
94bb786f
Commit
94bb786f
authored
Jun 08, 2021
by
Abseil Team
Committed by
Derek Mauro
Jun 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Update broken link PiperOrigin-RevId: 378272186
parent
5bcd8e3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gmock_faq.md
docs/gmock_faq.md
+3
-3
No files found.
docs/gmock_faq.md
View file @
94bb786f
...
@@ -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?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment