C# Class SharpSpecs.Framework.WhenHelper

Afficher le fichier Open project: charlieridley/SharpSpecs

Méthodes publiques

Méthode Description
And ( this whenStep, System.Action step ) : WhenStep

Adds another when condition to the scenario

When ( this givenStep, System.Action step ) : WhenStep

Adds a when condition to the scenario

Method Details

And() public static méthode

Adds another when condition to the scenario
public static And ( this whenStep, System.Action step ) : WhenStep
whenStep this The when step.
step System.Action The step.
Résultat WhenStep

When() public static méthode

Adds a when condition to the scenario
public static When ( this givenStep, System.Action step ) : WhenStep
givenStep this The given condition.
step System.Action The step.
Résultat WhenStep