C# 클래스 NUnit.Framework.Internal.ActionsHelper

파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
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[]