C# 클래스 NUnitLite.TestCase

상속: ITest
파일 보기 프로젝트 열기: rhwilburn/MVVM-for-Mono 1 사용 예제들

공개 메소드들

메소드 설명
HasValidSignature ( MethodInfo method ) : bool
IsTestMethod ( MethodInfo method ) : bool
Run ( ) : TestResult
Run ( TestListener listener ) : TestResult
TestCase ( MethodInfo method ) : System
TestCase ( MethodInfo method, object fixture ) : System
TestCase ( string name ) : System
TestCase ( string name, object fixture ) : System

보호된 메소드들

메소드 설명
InvokeMethod ( MethodInfo method ) : void
Run ( TestResult result, TestListener listener ) : void
RunBare ( ) : void
RunTest ( ) : void
SetUp ( ) : void
TearDown ( ) : void

비공개 메소드들

메소드 설명
GetExceptionHandler ( Type type, string handlerName ) : MethodInfo
HasValidSetUpTearDownSignature ( MethodInfo method ) : bool
Initialize ( MethodInfo method, object fixture ) : void
ProcessException ( MethodInfo method, Exception caughtException ) : void
ProcessNoException ( MethodInfo method ) : void

메소드 상세

HasValidSignature() 공개 정적인 메소드

public static HasValidSignature ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
리턴 bool

InvokeMethod() 보호된 메소드

protected InvokeMethod ( MethodInfo method ) : void
method System.Reflection.MethodInfo
리턴 void

IsTestMethod() 공개 정적인 메소드

public static IsTestMethod ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
리턴 bool

Run() 공개 메소드

public Run ( ) : TestResult
리턴 TestResult

Run() 공개 메소드

public Run ( TestListener listener ) : TestResult
listener TestListener
리턴 TestResult

Run() 보호된 메소드

protected Run ( TestResult result, TestListener listener ) : void
result TestResult
listener TestListener
리턴 void

RunBare() 보호된 메소드

protected RunBare ( ) : void
리턴 void

RunTest() 보호된 메소드

protected RunTest ( ) : void
리턴 void

SetUp() 보호된 메소드

protected SetUp ( ) : void
리턴 void

TearDown() 보호된 메소드

protected TearDown ( ) : void
리턴 void

TestCase() 공개 메소드

public TestCase ( MethodInfo method ) : System
method System.Reflection.MethodInfo
리턴 System

TestCase() 공개 메소드

public TestCase ( MethodInfo method, object fixture ) : System
method System.Reflection.MethodInfo
fixture object
리턴 System

TestCase() 공개 메소드

public TestCase ( string name ) : System
name string
리턴 System

TestCase() 공개 메소드

public TestCase ( string name, object fixture ) : System
name string
fixture object
리턴 System