C# Class StoryTeller.Engine.SingleLineGrammar

Inheritance: IGrammar
Exibir arquivo Open project: adymitruk/storyteller

Public Methods

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

Protected Methods

Method Description
SingleLineGrammar ( ) : System
SingleLineGrammar ( string format ) : System
afterExecute ( ) : void
beforeExecute ( ) : void
replaceFormat ( string format ) : void

Method Details

Execute() public method

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

GetCells() public method

public GetCells ( ) : IList
return IList

SingleLineGrammar() protected method

protected SingleLineGrammar ( ) : System
return System

SingleLineGrammar() protected method

protected SingleLineGrammar ( string format ) : System
format string
return System

ToStructure() public method

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

afterExecute() protected method

protected afterExecute ( ) : void
return void

beforeExecute() protected method

protected beforeExecute ( ) : void
return void

replaceFormat() protected method

protected replaceFormat ( string format ) : void
format string
return void