C# Class Bickle.ExampleContainer

Inheritance: ExampleNode, IExampleContainer
Datei anzeigen Open project: davidmfoley/bickle Class Usage Examples

Public Properties

Property Type Description
After System.Action
Before System.Action

Public Methods

Method Description
AddDescribe ( ExampleContainer exampleContainer ) : void
AddIt ( Example example ) : void

Protected Methods

Method Description
ExampleContainer ( string name, ExampleContainer parent, Spec spec ) : System
GetAfters ( ) : IEnumerable
GetBefores ( ) : IEnumerable

Method Details

AddDescribe() public method

public AddDescribe ( ExampleContainer exampleContainer ) : void
exampleContainer ExampleContainer
return void

AddIt() public method

public AddIt ( Example example ) : void
example Example
return void

ExampleContainer() protected method

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

GetAfters() protected method

protected GetAfters ( ) : IEnumerable
return IEnumerable

GetBefores() protected method

protected GetBefores ( ) : IEnumerable
return IEnumerable

Property Details

After public_oe property

public Action,System After
return System.Action

Before public_oe property

public Action,System Before
return System.Action