C# Class SharpSpecs.Framework.Step

ファイルを表示 Open project: charlieridley/SharpSpecs Class Usage Examples

Private Properties

Property Type Description
RunStep void
SetStepPrefix void

Public Methods

Method Description
Step ( Scenario scenario, System.Action step, StepPrefix prefix ) : System

Initializes a new instance of the Step class.

Private Methods

Method Description
RunStep ( ) : void

Runs the step.

SetStepPrefix ( StepPrefix prefix ) : void

Sets the step prefix.

Method Details

Step() public method

Initializes a new instance of the Step class.
public Step ( Scenario scenario, System.Action step, StepPrefix prefix ) : System
scenario Scenario The scenario container.
step System.Action The step.
prefix StepPrefix
return System