Method | Description | |
---|---|---|
And ( this scenario, System.Action step ) : |
Adds another then condition to the scenario
|
|
Then ( this whenStep, System.Action step ) : |
Adds a then condition to the scenario
|
public static And ( this scenario, System.Action step ) : |
||
scenario | this | The scenario. |
step | System.Action | The step. |
return |
public static Then ( this whenStep, System.Action step ) : |
||
whenStep | this | The when condition. |
step | System.Action | The step. |
return |