C# 클래스 Concordion.Spec.Support.EventRecorder

상속: AssertEqualsListener, ThrowableCaughtListener
파일 보기 프로젝트 열기: concordion/concordion-net 1 사용 예제들

공개 메소드들

메소드 설명
EventRecorder ( ) : System
ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
FailureReported ( AssertFailureEvent failureEvent ) : void
GetLast ( Type eventType ) : Object
SuccessReported ( AssertSuccessEvent successEvent ) : void

메소드 상세

EventRecorder() 공개 메소드

public EventRecorder ( ) : System
리턴 System

ExceptionCaught() 공개 메소드

public ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
caughtEvent ExceptionCaughtEvent
리턴 void

FailureReported() 공개 메소드

public FailureReported ( AssertFailureEvent failureEvent ) : void
failureEvent AssertFailureEvent
리턴 void

GetLast() 공개 메소드

public GetLast ( Type eventType ) : Object
eventType System.Type
리턴 Object

SuccessReported() 공개 메소드

public SuccessReported ( AssertSuccessEvent successEvent ) : void
successEvent AssertSuccessEvent
리턴 void