C# Class SharpSpecs.Framework.ThenHelper

Afficher le fichier Open project: charlieridley/SharpSpecs

Méthodes publiques

Méthode 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 méthode

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.
Résultat Scenario

Then() public static méthode

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.
Résultat Scenario