C# Class Bickle.Example

Inheritance: ExampleNode, IExample
Datei anzeigen Open project: davidmfoley/bickle Class Usage Examples

Public Properties

Property Type Description
Spec Spec

Public Methods

Method Description
Action ( ) : void
Example ( string name, System.Action action, ExampleContainer parent, Spec spec ) : System
Example ( string name, Expression spec, ExampleContainer parent, Spec containingSpec ) : System
Execute ( ITestResultListener listener ) : void
IsIgnored ( ) : bool

Private Methods

Method Description
BuildAction ( Expression spec ) : System.Action

Method Details

Action() public method

public Action ( ) : void
return void

Example() public method

public Example ( string name, System.Action action, ExampleContainer parent, Spec spec ) : System
name string
action System.Action
parent ExampleContainer
spec Spec
return System

Example() public method

public Example ( string name, Expression spec, ExampleContainer parent, Spec containingSpec ) : System
name string
spec Expression
parent ExampleContainer
containingSpec Spec
return System

Execute() public method

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

IsIgnored() public method

public IsIgnored ( ) : bool
return bool

Property Details

Spec public_oe property

public Spec,Bickle Spec
return Spec