Метод | Описание | |
---|---|---|
RememberCall ( object arguments ) : void |
Register a call that was successfully completed with this Stubbed[Func/Action] so that the user may find it back in the `Calls` property. `arguments` consists of the stubbed operation's return value (if applicable), followed by all argumens used to make the call.
|