C# Class Bickle.Tests.FakeResultListener

Inheritance: ITestResultListener
Afficher le fichier Open project: davidmfoley/bickle Class Usage Examples

Méthodes publiques

Свойство Type Description
Calls List

Méthodes publiques

Méthode Description
Failed ( IExample example, Exception exception ) : void
Finished ( ) : void
Ignored ( IExample example ) : void
Pending ( IExample example ) : void
Running ( IExample example ) : void
Success ( IExample example ) : void

Method Details

Failed() public méthode

public Failed ( IExample example, Exception exception ) : void
example IExample
exception System.Exception
Résultat void

Finished() public méthode

public Finished ( ) : void
Résultat void

Ignored() public méthode

public Ignored ( IExample example ) : void
example IExample
Résultat void

Pending() public méthode

public Pending ( IExample example ) : void
example IExample
Résultat void

Running() public méthode

public Running ( IExample example ) : void
example IExample
Résultat void

Success() public méthode

public Success ( IExample example ) : void
example IExample
Résultat void

Property Details

Calls public_oe property

public List Calls
Résultat List