C# Class Concordion.Spec.Support.EventRecorder

Inheritance: AssertEqualsListener, ThrowableCaughtListener
Show file Open project: concordion/concordion-net Class Usage Examples

Public Methods

Method Description
EventRecorder ( ) : System
ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
FailureReported ( AssertFailureEvent failureEvent ) : void
GetLast ( Type eventType ) : Object
SuccessReported ( AssertSuccessEvent successEvent ) : void

Method Details

EventRecorder() public method

public EventRecorder ( ) : System
return System

ExceptionCaught() public method

public ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
caughtEvent ExceptionCaughtEvent
return void

FailureReported() public method

public FailureReported ( AssertFailureEvent failureEvent ) : void
failureEvent AssertFailureEvent
return void

GetLast() public method

public GetLast ( Type eventType ) : Object
eventType System.Type
return Object

SuccessReported() public method

public SuccessReported ( AssertSuccessEvent successEvent ) : void
successEvent AssertSuccessEvent
return void