C# Class Bickle.ReflectionWrapping.ListenerWrapper

Inheritance: ITestResultListener
Show file Open project: davidmfoley/bickle

Public Methods

Method 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

Method Description
GetAssemblies ( Type t ) : IEnumerable
Translate ( IExample example ) : object

Method Details

Failed() public method

public Failed ( IExample example, Exception exception ) : void
example IExample
exception System.Exception
return void

Finished() public method

public Finished ( ) : void
return void

GetWrapperForTargetType() public static method

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

Ignored() public method

public Ignored ( IExample example ) : void
example IExample
return void

ListenerWrapper() public method

public ListenerWrapper ( object listener, object exampleTranslator ) : System
listener object
exampleTranslator object
return System

Pending() public method

public Pending ( IExample example ) : void
example IExample
return void

Success() public method

public Success ( IExample example ) : void
example IExample
return void