C# Класс NUnit.Framework.Internal.ActionsHelper

Показать файл Открыть проект

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

Метод Описание
ExecuteAfterActions ( IEnumerable actions, ITest test ) : void
ExecuteBeforeActions ( IEnumerable actions, ITest test ) : void
GetActionsFromAttributeProvider ( Assembly attributeProvider ) : ITestAction[]
GetActionsFromAttributeProvider ( ICustomAttributeProvider attributeProvider ) : ITestAction[]
GetActionsFromAttributeProvider ( MemberInfo attributeProvider ) : ITestAction[]
GetActionsFromTypesAttributes ( Type type ) : ITestAction[]

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

Метод Описание
ExecuteActions ( ActionPhase phase, IEnumerable actions, ITest test ) : void
GetDeclaredInterfaces ( Type type ) : System.Type[]
GetFilteredAndSortedActions ( IEnumerable actions, ActionPhase phase ) : ITestAction[]
SortByTargetDescending ( ITestAction x, ITestAction y ) : int

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

ExecuteAfterActions() публичный статический Метод

public static ExecuteAfterActions ( IEnumerable actions, ITest test ) : void
actions IEnumerable
test ITest
Результат void

ExecuteBeforeActions() публичный статический Метод

public static ExecuteBeforeActions ( IEnumerable actions, ITest test ) : void
actions IEnumerable
test ITest
Результат void

GetActionsFromAttributeProvider() публичный статический Метод

public static GetActionsFromAttributeProvider ( Assembly attributeProvider ) : ITestAction[]
attributeProvider System.Reflection.Assembly
Результат ITestAction[]

GetActionsFromAttributeProvider() публичный статический Метод

public static GetActionsFromAttributeProvider ( ICustomAttributeProvider attributeProvider ) : ITestAction[]
attributeProvider ICustomAttributeProvider
Результат ITestAction[]

GetActionsFromAttributeProvider() публичный статический Метод

public static GetActionsFromAttributeProvider ( MemberInfo attributeProvider ) : ITestAction[]
attributeProvider System.Reflection.MemberInfo
Результат ITestAction[]

GetActionsFromTypesAttributes() публичный статический Метод

public static GetActionsFromTypesAttributes ( Type type ) : ITestAction[]
type System.Type
Результат ITestAction[]