Property | Type | Description | |
---|---|---|---|
OnFeatureBegin | void | ||
OnFeatureEnd | void | ||
OnScenarioBegin | void | ||
OnScenarioEnd | void | ||
OnStepBegin | void | ||
OnStepEnd | void | ||
SpecRunner | System |
Method | Description | |
---|---|---|
Load ( string dllName ) : IEnumerable |
Loads from specified DLL name.
|
|
RunAllFeatures ( ) : void |
Runs all features.
|
|
SpecRunner ( ) : System |
Initializes a new instance of the SpecRunner class.
|
Method | Description | |
---|---|---|
OnFeatureBegin ( |
Called when a feature begins.
|
|
OnFeatureEnd ( |
Called when a feature ends
|
|
OnScenarioBegin ( |
Called when a scenario begins
|
|
OnScenarioEnd ( |
Called when a scenario ends
|
|
OnStepBegin ( |
Called when the step begins
|
|
OnStepEnd ( |
Called when the step ends
|
|
SpecRunner ( IFeatureLoader featureLoader ) : System |
Initializes a new instance of the SpecRunner class.
|
public Load ( string dllName ) : IEnumerable |
||
dllName | string | Name of the DLL. |
return | IEnumerable |