Method | Description | |
---|---|---|
Given ( System.Action step ) : |
Starts a new scenario
|
|
When ( System.Action step ) : |
Whens the specified step.
|
Method | Description | |
---|---|---|
LoadScenarios ( ) : IEnumerable |
Loads the scenarios.
|
protected Given ( System.Action step ) : |
||
step | System.Action | The step. |
return |
protected When ( System.Action step ) : |
||
step | System.Action | The step. |
return |