메소드 | 설명 | |
---|---|---|
CallRouter ( ISubstituteState substituteState, ISubstitutionContext context, IRouteFactory routeFactory ) : System | ||
Clear ( ClearOptions options ) : void | ||
IsLastCallInfoPresent ( ) : bool | ||
LastCallShouldReturn ( IReturn returnValue, NSubstitute.Core.MatchArgs matchArgs ) : NSubstitute.Core.ConfiguredCall | ||
ReceivedCalls ( ) : IEnumerable |
||
RegisterCustomCallHandlerFactory ( CallHandlerFactory factory ) : void | ||
Route ( ICall call ) : object | ||
SetReturnForType ( Type type, IReturn returnValue ) : void | ||
SetRoute ( IRoute>.Func |
메소드 | 설명 | |
---|---|---|
IsSpecifyingACall ( ICall call ) : bool | ||
UseDefaultRouteForNextCall ( ) : void | ||
UseQueryRouteForNextCall ( ) : void | ||
UseRecordCallSpecRouteForNextCall ( ) : void |
public CallRouter ( ISubstituteState substituteState, ISubstitutionContext context, IRouteFactory routeFactory ) : System | ||
substituteState | ISubstituteState | |
context | ISubstitutionContext | |
routeFactory | IRouteFactory | |
리턴 | System |
public LastCallShouldReturn ( IReturn returnValue, NSubstitute.Core.MatchArgs matchArgs ) : NSubstitute.Core.ConfiguredCall | ||
returnValue | IReturn | |
matchArgs | NSubstitute.Core.MatchArgs | |
리턴 | NSubstitute.Core.ConfiguredCall |
public RegisterCustomCallHandlerFactory ( CallHandlerFactory factory ) : void | ||
factory | CallHandlerFactory | |
리턴 | void |
public SetReturnForType ( Type type, IReturn returnValue ) : void | ||
type | Type | |
returnValue | IReturn | |
리턴 | void |