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
292 ### Old-Style `MOCK_METHODn` Macros
394 ### The Nice, the Strict, and the Naggy {#NiceStrictNaggy}
491 ### Simplifying the Interface without Breaking Existing Code {#SimplerInterfaces}
563 ### Alternative to Mocking Concrete Classes
625 ### Delegating Calls to a Fake {#DelegatingToFake}
743 ### Delegating Calls to a Real Object
794 ### Delegating Calls to a Parent Class