Property | Type | Description | |
---|---|---|---|
ClearCalls | void | ||
Intercept | void | ||
InterceptionStrategies | IEnumerable |
||
Verify | void | ||
VerifyAll | void | ||
VerifyOrThrow | void |
Method | Description | |
---|---|---|
AddCall ( IProxyCall call, SetupKind kind ) : void | ||
Interceptor ( MockBehavior behavior, |
Method | Description | |
---|---|---|
ClearCalls ( ) : void | ||
Intercept ( ICallContext invocation ) : void | ||
InterceptionStrategies ( ) : IEnumerable |
||
Verify ( ) : void | ||
VerifyAll ( ) : void | ||
VerifyOrThrow ( bool>.Func |
public AddCall ( IProxyCall call, SetupKind kind ) : void | ||
call | IProxyCall | |
kind | SetupKind | |
return | void |
public Interceptor ( MockBehavior behavior, |
||
behavior | MockBehavior | |
targetType | ||
mock | Mock | |
return | System |