mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 08:25:59 +01:00
Update README.md
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
- [User Defined Argument History](#user-defined-argument-history)
|
- [User Defined Argument History](#user-defined-argument-history)
|
||||||
- [Function Return Value Sequences](#function-return-value-sequences)
|
- [Function Return Value Sequences](#function-return-value-sequences)
|
||||||
- [Custom Return Value Delegate](#custom-return-value-delegate)
|
- [Custom Return Value Delegate](#custom-return-value-delegate)
|
||||||
- [Custom Return Value Delegate Sequences](#custom-return-value-delegate-sequences)
|
|
||||||
- [Return Value History](#return-value-history)
|
- [Return Value History](#return-value-history)
|
||||||
- [Variadic Functions](#variadic-functions)
|
- [Variadic Functions](#variadic-functions)
|
||||||
- [Common Questions](#common-questions)
|
- [Common Questions](#common-questions)
|
||||||
@@ -335,7 +334,7 @@ TEST_F(FFFTestSuite, when_value_custom_fake_called_THEN_it_returns_custom_return
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Custom Return Value Delegate Sequences
|
### Custom Return Value Delegate Sequences
|
||||||
|
|
||||||
Say you have a function with an out parameter, and you want it to have a different behaviour
|
Say you have a function with an out parameter, and you want it to have a different behaviour
|
||||||
on the first three calls, for example: set the value 'x' to the out parameter on the first call,
|
on the first three calls, for example: set the value 'x' to the out parameter on the first call,
|
||||||
|
|||||||
Reference in New Issue
Block a user