Lines Matching defs:Actions
1827 ### Returning References from Mock Methods
1847 ### Returning Live Values from Mock Methods
1908 ### Combining Actions
1936 ### Verifying Complex Arguments {#SaveArgVerify}
1960 ### Mocking Side Effects {#MockingSideEffects}
2057 ### Changing a Mock Object's Behavior Based on the State
2103 ### Setting the Default Value for a Return Type {#DefaultValue}
2146 ### Setting the Default Actions for a Mock Method
2184 ### Using Functions/Methods/Functors/Lambdas as Actions {#FunctionsAsActions}
2247 ### Using Functions with Extra Info as Actions
2277 ### Invoking a Function/Method/Functor/Lambda/Callback Without Arguments
2334 ### Invoking an Argument of the Mock Function
2433 ### Ignoring an Action's Result
2471 ### Selecting an Action's Arguments {#SelectingArgs}
2555 ### Ignoring Arguments in Action Functions
2612 ### Sharing Actions
2668 ### Testing Asynchronous Behavior