Method | Description | |
---|---|---|
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 |
||
RaiseEvent ( ISubstituteState state, object[]>.Func |
||
RecordCallSpecification ( ISubstituteState state ) : IRoute | ||
RecordReplay ( ISubstituteState state ) : IRoute |
Method | Description | |
---|---|---|
ReturnDefaultForReturnTypeHandler ( ) : NSubstitute.Routing.Handlers.ReturnDefaultForReturnTypeHandler |
public CallQuery ( ISubstituteState state ) : IRoute | ||
state | ISubstituteState | |
return | IRoute |
public CheckReceivedCalls ( ISubstituteState state, NSubstitute.Core.MatchArgs matchArgs, Quantity requiredQuantity ) : IRoute | ||
state | ISubstituteState | |
matchArgs | NSubstitute.Core.MatchArgs | |
requiredQuantity | Quantity | |
return | IRoute |
public DoNotCallBase ( ISubstituteState state, NSubstitute.Core.MatchArgs matchArgs ) : IRoute | ||
state | ISubstituteState | |
matchArgs | NSubstitute.Core.MatchArgs | |
return | IRoute |
public DoWhenCalled ( ISubstituteState state, Action |
||
state | ISubstituteState | |
doAction | Action |
|
matchArgs | NSubstitute.Core.MatchArgs | |
return | IRoute |
public RaiseEvent ( ISubstituteState state, object[]>.Func |
||
state | ISubstituteState | |
getEventArguments | object[]>.Func | |
return | IRoute |
public RecordCallSpecification ( ISubstituteState state ) : IRoute | ||
state | ISubstituteState | |
return | IRoute |
public RecordReplay ( ISubstituteState state ) : IRoute | ||
state | ISubstituteState | |
return | IRoute |