C# Class Bickle.ActiveExampleContainer

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

Public Methods

Method Description
ActiveExampleContainer ( string name, ExampleContainer parent, Spec spec ) : System
Execute ( ITestResultListener listener ) : void
IsIgnored ( ) : bool

Method Details

ActiveExampleContainer() public method

public ActiveExampleContainer ( string name, ExampleContainer parent, Spec spec ) : System
name string
parent ExampleContainer
spec Spec
return System

Execute() public method

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

IsIgnored() public method

public IsIgnored ( ) : bool
return bool