C# Class SharpSpecs.Framework.ThenHelper

Exibir arquivo Open project: charlieridley/SharpSpecs

Public Methods

Method Description
And ( this scenario, System.Action step ) : Scenario

Adds another then condition to the scenario

Then ( this whenStep, System.Action step ) : Scenario

Adds a then condition to the scenario

Method Details

And() public static method

Adds another then condition to the scenario
public static And ( this scenario, System.Action step ) : Scenario
scenario this The scenario.
step System.Action The step.
return Scenario

Then() public static method

Adds a then condition to the scenario
public static Then ( this whenStep, System.Action step ) : Scenario
whenStep this The when condition.
step System.Action The step.
return Scenario