C# Class Bickle.Spec

Inheritance: ISpec
Afficher le fichier Open project: davidmfoley/bickle Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ITestResultListener listener ) : void
Find ( string id ) : IExampleNode
IsIgnored ( ) : bool
Pending ( ) : void

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected After ( System.Action spec ) : void
spec System.Action
Résultat void

Before() protected méthode

protected Before ( System.Action spec ) : void
spec System.Action
Résultat void

Describe() protected méthode

protected Describe ( string area, System.Action spec ) : void
area string
spec System.Action
Résultat void

Execute() public méthode

public Execute ( ITestResultListener listener ) : void
listener ITestResultListener
Résultat void

Expect() protected méthode

protected Expect ( Expression spec ) : void
spec Expression
Résultat void

Find() public méthode

public Find ( string id ) : IExampleNode
id string
Résultat IExampleNode

Ignore() protected méthode

protected Ignore ( System.Action spec ) : void
spec System.Action
Résultat void

Ignore() protected méthode

protected Ignore ( string area, System.Action spec ) : void
area string
spec System.Action
Résultat void

IsIgnored() public méthode

public IsIgnored ( ) : bool
Résultat bool

It() protected méthode

protected It ( string area, System.Action spec ) : void
area string
spec System.Action
Résultat void

It() protected méthode

protected It ( string area, Expression spec ) : void
area string
spec Expression
Résultat void

Pending() public static méthode

public static Pending ( ) : void
Résultat void

Specify() protected méthode

protected Specify ( Expression spec ) : void
spec Expression
Résultat void