C# Class Bickle.InactiveExampleContainer

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

Public Methods

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

Private Methods

Method Description
ExecuteIgnored ( ExampleContainer container, ITestResultListener listener ) : void

Method Details

Execute() public method

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

InactiveExampleContainer() public method

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

IsIgnored() public method

public IsIgnored ( ) : bool
return bool