C# Class Bickle.ReflectionWrapping.SpecWrapper

Inheritance: ISpec
Show file Open project: davidmfoley/bickle

Public Methods

Method Description
Execute ( ITestResultListener listener ) : void
Find ( string id ) : IExampleNode
IsIgnored ( ) : bool
SpecWrapper ( Object spec ) : System

Private Methods

Method Description
AddToIdMap ( IExampleContainer exampleContainer ) : void
BuildIdMap ( ) : void
WrapContainer ( object o ) : IExampleContainer

Method Details

Execute() public method

public Execute ( ITestResultListener listener ) : void
listener ITestResultListener
return void

Find() public method

public Find ( string id ) : IExampleNode
id string
return IExampleNode

IsIgnored() public method

public IsIgnored ( ) : bool
return bool

SpecWrapper() public method

public SpecWrapper ( Object spec ) : System
spec Object
return System