mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
docs/community_created_documentation.md: update links...
...to my content, as well as add a description of it.
This commit is contained in:
parent
35d0c36560
commit
717e4be8ed
1 changed files with 3 additions and 2 deletions
|
@ -3,5 +3,6 @@
|
|||
The following is a list, in no particular order, of links to documentation
|
||||
created by the Googletest community.
|
||||
|
||||
* [Googlemock Insights](https://github.com/ElectricRCAircraftGuy/eRCaGuy_dotfiles/blob/master/googletest/insights.md),
|
||||
by [ElectricRCAircraftGuy](https://github.com/ElectricRCAircraftGuy)
|
||||
* [Googlemock Insights](https://github.com/ElectricRCAircraftGuy/eRCaGuy_dotfiles/blob/master/googletest/insights.md), by [Gabriel Staples](https://www.linkedin.com/in/gabriel-staples/) ([ElectricRCAircraftGuy](https://github.com/ElectricRCAircraftGuy))
|
||||
|
||||
This covers some of the more nuanced features such as using multiple `EXPECT_CALL()`s, and using `.WillRepeatedly(InvokeWithoutArgs([&callCounter](){ callCounter++; }));` to count the number of times a mock function is called between each call when doing successive calls of the function under test.
|
||||
|
|
Loading…
Add table
Reference in a new issue