C# 클래스 PclUnit.Run.TestCycleExceptions

상속: System.Exception
파일 보기 프로젝트 열기: jbtule/PclUnit 1 사용 예제들

공개 메소드들

메소드 설명
Add ( TestCycle cycle, Exception exception ) : void
Add ( TestCycleExceptions exceptions ) : void
GetResult ( IAssertionHelper helper ) : ResultKind
TestCycleExceptions ( ) : System
WriteOutExceptions ( IAssertionHelper helper ) : void

비공개 메소드들

메소드 설명
WriteOutFullExceptionHelper ( IAssertionHelper helper, Exception ex ) : void

메소드 상세

Add() 공개 메소드

public Add ( TestCycle cycle, Exception exception ) : void
cycle TestCycle
exception System.Exception
리턴 void

Add() 공개 메소드

public Add ( TestCycleExceptions exceptions ) : void
exceptions TestCycleExceptions
리턴 void

GetResult() 공개 메소드

public GetResult ( IAssertionHelper helper ) : ResultKind
helper IAssertionHelper
리턴 ResultKind

TestCycleExceptions() 공개 메소드

public TestCycleExceptions ( ) : System
리턴 System

WriteOutExceptions() 공개 메소드

public WriteOutExceptions ( IAssertionHelper helper ) : void
helper IAssertionHelper
리턴 void