Lines Matching defs:Actions
1818 ### Returning References from Mock Methods
1838 ### Returning Live Values from Mock Methods
1899 ### Combining Actions
1921 ### Verifying Complex Arguments {#SaveArgVerify}
1945 ### Mocking Side Effects {#MockingSideEffects}
2044 ### Changing a Mock Object's Behavior Based on the State
2090 ### Setting the Default Value for a Return Type {#DefaultValue}
2133 ### Setting the Default Actions for a Mock Method
2171 ### Using Functions/Methods/Functors/Lambdas as Actions {#FunctionsAsActions}
2234 ### Using Functions with Extra Info as Actions
2264 ### Invoking a Function/Method/Functor/Lambda/Callback Without Arguments
2321 ### Invoking an Argument of the Mock Function
2420 ### Ignoring an Action's Result
2458 ### Selecting an Action's Arguments {#SelectingArgs}
2542 ### Ignoring Arguments in Action Functions
2599 ### Sharing Actions
2655 ### Testing Asynchronous Behavior