C# Class FakeThat.Calls.CallHistoryBase

Base class for all call history objects. Only used internally.
ファイルを表示 Open project: eteeselink/fakethat Class Usage Examples

Private Methods

Method Description
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.