C# Class Bickle.ReflectionWrapping.ListenerWrapper

Inheritance: ITestResultListener
Afficher le fichier Open project: davidmfoley/bickle

Méthodes publiques

Méthode Description
Failed ( IExample example, Exception exception ) : void
Finished ( ) : void
GetWrapperForTargetType ( Type type, ITestResultListener listener, ISpec spec ) : object
Ignored ( IExample example ) : void
ListenerWrapper ( object listener, object exampleTranslator ) : System
Pending ( IExample example ) : void
Success ( IExample example ) : void

Private Methods

Méthode Description
GetAssemblies ( Type t ) : IEnumerable
Translate ( IExample example ) : object

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

GetWrapperForTargetType() public static méthode

public static GetWrapperForTargetType ( Type type, ITestResultListener listener, ISpec spec ) : object
type System.Type
listener ITestResultListener
spec ISpec
Résultat object

Ignored() public méthode

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

ListenerWrapper() public méthode

public ListenerWrapper ( object listener, object exampleTranslator ) : System
listener object
exampleTranslator object
Résultat System

Pending() public méthode

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

Success() public méthode

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