Lines Matching defs:Actions
1823 ### Returning References from Mock Methods
1843 ### Returning Live Values from Mock Methods
1904 ### Combining Actions
1926 ### Verifying Complex Arguments {#SaveArgVerify}
1950 ### Mocking Side Effects {#MockingSideEffects}
2047 ### Changing a Mock Object's Behavior Based on the State
2093 ### Setting the Default Value for a Return Type {#DefaultValue}
2136 ### Setting the Default Actions for a Mock Method
2174 ### Using Functions/Methods/Functors/Lambdas as Actions {#FunctionsAsActions}
2237 ### Using Functions with Extra Info as Actions
2267 ### Invoking a Function/Method/Functor/Lambda/Callback Without Arguments
2324 ### Invoking an Argument of the Mock Function
2423 ### Ignoring an Action's Result
2461 ### Selecting an Action's Arguments {#SelectingArgs}
2545 ### Ignoring Arguments in Action Functions
2602 ### Sharing Actions
2658 ### Testing Asynchronous Behavior