C# Class StoryTeller.Engine.ActionGrammar

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

Méthodes publiques

Méthode Description
ActionGrammar ( string text, System.Action action ) : System
ActionGrammar ( string text, GrammarAction action ) : System
Execute ( IStep containerStep, ITestContext context ) : void
GetCells ( ) : IList

Method Details

ActionGrammar() public méthode

public ActionGrammar ( string text, System.Action action ) : System
text string
action System.Action
Résultat System

ActionGrammar() public méthode

public ActionGrammar ( string text, GrammarAction action ) : System
text string
action GrammarAction
Résultat System

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