googletest
googletest copied to clipboard
[Bug]: Possible Typo in gMock Documentation
Describe the issue
In docs gMock for dummies, line 683, here used RetiresOnSaturation(), which I think is not need with InSequence. Adding this line could mislead readers about the understanding that expectations in InSequence are not sticky.
Steps to reproduce the problem
None.
What version of GoogleTest are you using?
None.
What operating system and version are you using?
None.
What compiler and version are you using?
None.
What build system are you using?
None.
Additional context
No response