C# Класс Moq.AddActualInvocation

Наследование: IInterceptStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction

Приватные методы

Метод Описание
GetAncestorTypes ( Type initialType ) : IEnumerable

Given a type return all of its ancestors, both types and interfaces.

GetEventFromName ( string eventName ) : EventInfo

Get an eventInfo for a given event name. Search type ancestors depth first if necessary.

GetEventFromName ( string eventName, BindingFlags bindingAttr ) : EventInfo

Get an eventInfo for a given event name. Search type ancestors depth first if necessary. Searches events using the specified binding constraints.

Описание методов

HandleIntercept() публичный Метод

public HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction
invocation ICallContext
ctx Moq.InterceptorContext
localctx Moq.CurrentInterceptContext
Результат InterceptionAction