googletest icon indicating copy to clipboard operation
googletest copied to clipboard

[Bug]: Possible Typo in gMock Documentation

Open SuniRein opened this issue 7 months ago • 0 comments

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.

Image

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

SuniRein avatar Mar 13 '25 10:03 SuniRein