C# Class SharpSpecs.Framework.WhenHelper

Exibir arquivo Open project: charlieridley/SharpSpecs

Public Methods

Method 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 method

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.
return WhenStep

When() public static method

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.
return WhenStep