C# Class Bickle.ReflectionWrapping.ExampleWrapper

Inheritance: IExample
Show file Open project: davidmfoley/bickle

Public Methods

Method Description
Action ( ) : void
ExampleWrapper ( object o, ISpec spec ) : System
Execute ( ITestResultListener listener ) : void
IsIgnored ( ) : bool

Method Details

Action() public method

public Action ( ) : void
return void

ExampleWrapper() public method

public ExampleWrapper ( object o, ISpec spec ) : System
o object
spec ISpec
return System

Execute() public method

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

IsIgnored() public method

public IsIgnored ( ) : bool
return bool