C# Class Bickle.ExampleNode

Inheritance: IExampleNode
Afficher le fichier Open project: davidmfoley/bickle

Méthodes publiques

Méthode Description
Execute ( ITestResultListener listener ) : void
IsIgnored ( ) : bool

Méthodes protégées

Méthode Description
ExampleNode ( ExampleContainer parent, string name, Spec spec ) : System

Method Details

ExampleNode() protected méthode

protected ExampleNode ( ExampleContainer parent, string name, Spec spec ) : System
parent ExampleContainer
name string
spec Spec
Résultat System

Execute() public abstract méthode

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

IsIgnored() public abstract méthode

public abstract IsIgnored ( ) : bool
Résultat bool