C# Class SharpSpecs.Framework.Feature

显示文件 Open project: charlieridley/SharpSpecs Class Usage Examples

Protected Methods

Method Description
Given ( System.Action step ) : GivenStep

Starts a new scenario

When ( System.Action step ) : WhenStep

Whens the specified step.

Private Methods

Method Description
LoadScenarios ( ) : IEnumerable

Loads the scenarios.

Method Details

Given() protected method

Starts a new scenario
protected Given ( System.Action step ) : GivenStep
step System.Action The step.
return GivenStep

When() protected method

Whens the specified step.
protected When ( System.Action step ) : WhenStep
step System.Action The step.
return WhenStep