C# 클래스 NSubstitute.Routing.RouteFactory

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

공개 메소드들

메소드 설명
CallQuery ( ISubstituteState state ) : IRoute
CheckReceivedCalls ( ISubstituteState state, NSubstitute.Core.MatchArgs matchArgs, Quantity requiredQuantity ) : IRoute
DoNotCallBase ( ISubstituteState state, NSubstitute.Core.MatchArgs matchArgs ) : IRoute
DoWhenCalled ( ISubstituteState state, Action doAction, NSubstitute.Core.MatchArgs matchArgs ) : IRoute
RaiseEvent ( ISubstituteState state, object[]>.Func getEventArguments ) : IRoute
RecordCallSpecification ( ISubstituteState state ) : IRoute
RecordReplay ( ISubstituteState state ) : IRoute

비공개 메소드들

메소드 설명
ReturnDefaultForReturnTypeHandler ( ) : NSubstitute.Routing.Handlers.ReturnDefaultForReturnTypeHandler

메소드 상세

CallQuery() 공개 메소드

public CallQuery ( ISubstituteState state ) : IRoute
state ISubstituteState
리턴 IRoute

CheckReceivedCalls() 공개 메소드

public CheckReceivedCalls ( ISubstituteState state, NSubstitute.Core.MatchArgs matchArgs, Quantity requiredQuantity ) : IRoute
state ISubstituteState
matchArgs NSubstitute.Core.MatchArgs
requiredQuantity Quantity
리턴 IRoute

DoNotCallBase() 공개 메소드

public DoNotCallBase ( ISubstituteState state, NSubstitute.Core.MatchArgs matchArgs ) : IRoute
state ISubstituteState
matchArgs NSubstitute.Core.MatchArgs
리턴 IRoute

DoWhenCalled() 공개 메소드

public DoWhenCalled ( ISubstituteState state, Action doAction, NSubstitute.Core.MatchArgs matchArgs ) : IRoute
state ISubstituteState
doAction Action
matchArgs NSubstitute.Core.MatchArgs
리턴 IRoute

RaiseEvent() 공개 메소드

public RaiseEvent ( ISubstituteState state, object[]>.Func getEventArguments ) : IRoute
state ISubstituteState
getEventArguments object[]>.Func
리턴 IRoute

RecordCallSpecification() 공개 메소드

public RecordCallSpecification ( ISubstituteState state ) : IRoute
state ISubstituteState
리턴 IRoute

RecordReplay() 공개 메소드

public RecordReplay ( ISubstituteState state ) : IRoute
state ISubstituteState
리턴 IRoute