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

파일 보기 프로젝트 열기: mono/NUnitLite 1 사용 예제들

공개 메소드들

메소드 설명
Complete ( ) : void
FinallyDelegate ( ) : System
HandleUnhandledExc ( Exception ex ) : void
Set ( TestExecutionContext context, long startTicks, NUnit.Framework.Internal.TestResult result ) : void

메소드 상세

Complete() 공개 메소드

public Complete ( ) : void
리턴 void

FinallyDelegate() 공개 메소드

public FinallyDelegate ( ) : System
리턴 System

HandleUnhandledExc() 공개 메소드

public HandleUnhandledExc ( Exception ex ) : void
ex System.Exception
리턴 void

Set() 공개 메소드

public Set ( TestExecutionContext context, long startTicks, NUnit.Framework.Internal.TestResult result ) : void
context TestExecutionContext
startTicks long
result NUnit.Framework.Internal.TestResult
리턴 void