We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added reference-qualified overloads macros.
Added link to Quickstart in home page.
Added explanation about how Spy() and SpyWithoutVerify() differ.
Removed use of templated Any<>(), because since 2.2 a non-templated version exist, which is easier to use.
Updated Quickstart (markdown)
Example for ApproxEq
Fix small typos.
Add Any() verification specifier
Fixed a weird mistake I made in the section about ReturnAndSet() functions.
Update the section about assigning output parameters
Add doc for Set/AlwaysSet stubbing functions
Destroyed Herr (markdown)
Created Herr (markdown)
Created Dangers of checking arguments passed by reference (markdown)
Created Comparing Containers (markdown)
Add missing closing parenthesis in section "Argument Matching"
Fixed syntax typo (missing brake)
fix typo
refine the example for Spying
Add Faking section
fix some typos