C# Class Bickle.InactiveExampleContainer

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

Méthodes publiques

Méthode Description
Execute ( ITestResultListener listener ) : void
InactiveExampleContainer ( string name, ExampleContainer parent, Spec spec ) : System
IsIgnored ( ) : bool

Private Methods

Méthode Description
ExecuteIgnored ( ExampleContainer container, ITestResultListener listener ) : void

Method Details

Execute() public méthode

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

InactiveExampleContainer() public méthode

public InactiveExampleContainer ( string name, ExampleContainer parent, Spec spec ) : System
name string
parent ExampleContainer
spec Spec
Résultat System

IsIgnored() public méthode

public IsIgnored ( ) : bool
Résultat bool