C# Class Concordion.Spec.Support.EventRecorder

Inheritance: AssertEqualsListener, ThrowableCaughtListener
Afficher le fichier Open project: concordion/concordion-net Class Usage Examples

Méthodes publiques

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

Method Details

EventRecorder() public méthode

public EventRecorder ( ) : System
Résultat System

ExceptionCaught() public méthode

public ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
caughtEvent ExceptionCaughtEvent
Résultat void

FailureReported() public méthode

public FailureReported ( AssertFailureEvent failureEvent ) : void
failureEvent AssertFailureEvent
Résultat void

GetLast() public méthode

public GetLast ( Type eventType ) : Object
eventType System.Type
Résultat Object

SuccessReported() public méthode

public SuccessReported ( AssertSuccessEvent successEvent ) : void
successEvent AssertSuccessEvent
Résultat void