C# Class StoryTeller.Testing.Engine.RecordingGrammar

Inheritance: IGrammarWithCells
ファイルを表示 Open project: adymitruk/storyteller Class Usage Examples

Public Properties

Property Type Description
Numbers List

Public Methods

Method Description
Execute ( IStep containerStep, ITestContext context ) : void
ExecuteCurriedStep ( IStep step, ITestContext context ) : void
GetCells ( ) : IList
ToStructure ( FixtureLibrary library ) : GrammarStructure

Method Details

Execute() public method

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
return void

ExecuteCurriedStep() public method

public ExecuteCurriedStep ( IStep step, ITestContext context ) : void
step IStep
context ITestContext
return void

GetCells() public method

public GetCells ( ) : IList
return IList

ToStructure() public method

public ToStructure ( FixtureLibrary library ) : GrammarStructure
library StoryTeller.Model.FixtureLibrary
return StoryTeller.Model.GrammarStructure

Property Details

Numbers public_oe property

public List Numbers
return List