C# Class StoryTeller.Engine.TableGrammar

Inheritance: IGrammarWithCells
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
After ( System.Action action ) : TableGrammar
After ( GrammarAction action ) : TableGrammar
Before ( System.Action action ) : TableGrammar
Before ( GrammarAction action ) : TableGrammar
Execute ( IStep containerStep, ITestContext context ) : void
ExecuteCurriedStep ( IStep step, ITestContext context ) : void
GetCells ( ) : IList
LeafName ( string leafName ) : TableGrammar
LeafName ( ) : string
TableGrammar ( IGrammarWithCells innerGrammar, string leafName ) : System
ToStructure ( FixtureLibrary library ) : GrammarStructure

Méthodes protégées

Méthode Description
TableGrammar ( string leafName ) : System

Method Details

After() public méthode

public After ( System.Action action ) : TableGrammar
action System.Action
Résultat TableGrammar

After() public méthode

public After ( GrammarAction action ) : TableGrammar
action GrammarAction
Résultat TableGrammar

Before() public méthode

public Before ( System.Action action ) : TableGrammar
action System.Action
Résultat TableGrammar

Before() public méthode

public Before ( GrammarAction action ) : TableGrammar
action GrammarAction
Résultat TableGrammar

Execute() public méthode

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

ExecuteCurriedStep() public méthode

public ExecuteCurriedStep ( IStep step, ITestContext context ) : void
step IStep
context ITestContext
Résultat void

GetCells() public méthode

public GetCells ( ) : IList
Résultat IList

LeafName() public méthode

public LeafName ( string leafName ) : TableGrammar
leafName string
Résultat TableGrammar

LeafName() public méthode

public LeafName ( ) : string
Résultat string

TableGrammar() public méthode

public TableGrammar ( IGrammarWithCells innerGrammar, string leafName ) : System
innerGrammar IGrammarWithCells
leafName string
Résultat System

TableGrammar() protected méthode

protected TableGrammar ( string leafName ) : System
leafName string
Résultat System

ToStructure() public méthode

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