C# Class Bickle.ExampleNode

Inheritance: IExampleNode
Datei anzeigen Open project: davidmfoley/bickle

Public Methods

Method Description
Execute ( ITestResultListener listener ) : void
IsIgnored ( ) : bool

Protected Methods

Method Description
ExampleNode ( ExampleContainer parent, string name, Spec spec ) : System

Method Details

ExampleNode() protected method

protected ExampleNode ( ExampleContainer parent, string name, Spec spec ) : System
parent ExampleContainer
name string
spec Spec
return System

Execute() public abstract method

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

IsIgnored() public abstract method

public abstract IsIgnored ( ) : bool
return bool