C# Class StoryTeller.Engine.DoGrammar

Grammar object that performs an action silently
Inheritance: IGrammar
Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
DoGrammar ( GrammarAction action ) : System.Collections.Generic
Execute ( IStep containerStep, ITestContext context ) : void
GetCells ( ) : IList
ToStructure ( FixtureLibrary library ) : GrammarStructure

Method Details

DoGrammar() public method

public DoGrammar ( GrammarAction action ) : System.Collections.Generic
action GrammarAction
return System.Collections.Generic

Execute() public method

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep 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