C# Class StoryTeller.Engine.SingleLineGrammar

Inheritance: IGrammar
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

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

Méthodes protégées

Méthode Description
SingleLineGrammar ( ) : System
SingleLineGrammar ( string format ) : System
afterExecute ( ) : void
beforeExecute ( ) : void
replaceFormat ( string format ) : void

Method Details

Execute() public méthode

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
Résultat void

GetCells() public méthode

public GetCells ( ) : IList
Résultat IList

SingleLineGrammar() protected méthode

protected SingleLineGrammar ( ) : System
Résultat System

SingleLineGrammar() protected méthode

protected SingleLineGrammar ( string format ) : System
format string
Résultat System

ToStructure() public méthode

public ToStructure ( FixtureLibrary library ) : GrammarStructure
library StoryTeller.Model.FixtureLibrary
Résultat StoryTeller.Model.GrammarStructure

afterExecute() protected méthode

protected afterExecute ( ) : void
Résultat void

beforeExecute() protected méthode

protected beforeExecute ( ) : void
Résultat void

replaceFormat() protected méthode

protected replaceFormat ( string format ) : void
format string
Résultat void