C# Class Moq.ExecuteCall

Inheritance: IInterceptStrategy
ファイルを表示 Open project: moq/moq4

Public Methods

Method Description
HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction

Private Methods

Method Description
ThrowIfReturnValueRequired ( IProxyCall call, ICallContext invocation ) : void

Method Details

HandleIntercept() public method

public HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction
invocation ICallContext
ctx Moq.InterceptorContext
localctx Moq.CurrentInterceptContext
return InterceptionAction