C# Class SharpSpecs.Framework.GivenHelper

Exibir arquivo Open project: charlieridley/SharpSpecs

Public Methods

Method Description
And ( this givenStep, System.Action step ) : GivenStep

Adds another given condition to the scenario

Method Details

And() public static method

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