Lines Matching defs:Classes
42 ### Dealing with unprotected commas
83 ### Mocking Private or Protected Methods
117 ### Mocking Overloaded Methods
162 ### Mocking Class Templates
185 ### Mocking Non-virtual Methods {#MockingNonVirtualMethods}
252 ### Mocking Free Functions
288 ### Old-Style `MOCK_METHODn` Macros
390 ### The Nice, the Strict, and the Naggy {#NiceStrictNaggy}
488 ### Simplifying the Interface without Breaking Existing Code {#SimplerInterfaces}
560 ### Alternative to Mocking Concrete Classes
622 ### Delegating Calls to a Fake {#DelegatingToFake}
740 ### Delegating Calls to a Real Object
791 ### Delegating Calls to a Parent Class