C# 클래스 FakeThat.Calls.CallHistoryBase

Base class for all call history objects. Only used internally.
파일 보기 프로젝트 열기: eteeselink/fakethat 1 사용 예제들

비공개 메소드들

메소드 설명
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.