C# Class Bickle.Spec

Inheritance: ISpec
Datei anzeigen Open project: davidmfoley/bickle Class Usage Examples

Public Methods

Method Description
Execute ( ITestResultListener listener ) : void
Find ( string id ) : IExampleNode
IsIgnored ( ) : bool
Pending ( ) : void

Protected Methods

Method Description
After ( System.Action spec ) : void
Before ( System.Action spec ) : void
Describe ( string area, System.Action spec ) : void
Expect ( Expression spec ) : void
Ignore ( System.Action spec ) : void
Ignore ( string area, System.Action spec ) : void
It ( string area, System.Action spec ) : void
It ( string area, Expression spec ) : void
Specify ( Expression spec ) : void

Private Methods

Method Description
AddIt ( Example example ) : void
CurrentDescribe ( ) : ExampleContainer
CurrentDescribeExists ( ) : bool
RunDescribe ( System.Action spec, ExampleContainer exampleContainer ) : void
Wrap ( Expression spec ) : System.Action

Method Details

After() protected method

protected After ( System.Action spec ) : void
spec System.Action
return void

Before() protected method

protected Before ( System.Action spec ) : void
spec System.Action
return void

Describe() protected method

protected Describe ( string area, System.Action spec ) : void
area string
spec System.Action
return void

Execute() public method

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

Expect() protected method

protected Expect ( Expression spec ) : void
spec Expression
return void

Find() public method

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

Ignore() protected method

protected Ignore ( System.Action spec ) : void
spec System.Action
return void

Ignore() protected method

protected Ignore ( string area, System.Action spec ) : void
area string
spec System.Action
return void

IsIgnored() public method

public IsIgnored ( ) : bool
return bool

It() protected method

protected It ( string area, System.Action spec ) : void
area string
spec System.Action
return void

It() protected method

protected It ( string area, Expression spec ) : void
area string
spec Expression
return void

Pending() public static method

public static Pending ( ) : void
return void

Specify() protected method

protected Specify ( Expression spec ) : void
spec Expression
return void