C# 클래스 NSubstitute.Core.GetCallSpec

상속: IGetCallSpec
파일 보기 프로젝트 열기: nsubstitute/NSubstitute 1 사용 예제들

공개 메소드들

메소드 설명
FromCall ( ICall call, NSubstitute.Core.MatchArgs matchArgs ) : ICallSpecification
FromExistingSpec ( ICallSpecification spec, NSubstitute.Core.MatchArgs matchArgs ) : ICallSpecification
FromPendingSpecification ( NSubstitute.Core.MatchArgs matchArgs ) : ICallSpecification
GetCallSpec ( ICallCollection callCollection, IPendingSpecification pendingSpecification, ICallSpecificationFactory callSpecificationFactory, ICallActions callActions ) : System

비공개 메소드들

메소드 설명
UpdateCallSpecToMatchAnyArgs ( ICallSpecification callSpecification ) : ICallSpecification

메소드 상세

FromCall() 공개 메소드

public FromCall ( ICall call, NSubstitute.Core.MatchArgs matchArgs ) : ICallSpecification
call ICall
matchArgs NSubstitute.Core.MatchArgs
리턴 ICallSpecification

FromExistingSpec() 공개 메소드

public FromExistingSpec ( ICallSpecification spec, NSubstitute.Core.MatchArgs matchArgs ) : ICallSpecification
spec ICallSpecification
matchArgs NSubstitute.Core.MatchArgs
리턴 ICallSpecification

FromPendingSpecification() 공개 메소드

public FromPendingSpecification ( NSubstitute.Core.MatchArgs matchArgs ) : ICallSpecification
matchArgs NSubstitute.Core.MatchArgs
리턴 ICallSpecification

GetCallSpec() 공개 메소드

public GetCallSpec ( ICallCollection callCollection, IPendingSpecification pendingSpecification, ICallSpecificationFactory callSpecificationFactory, ICallActions callActions ) : System
callCollection ICallCollection
pendingSpecification IPendingSpecification
callSpecificationFactory ICallSpecificationFactory
callActions ICallActions
리턴 System