Method | Description | |
---|---|---|
ActionGrammar ( string text, System.Action action ) : System | ||
ActionGrammar ( string text, GrammarAction action ) : System | ||
Execute ( IStep containerStep, ITestContext context ) : void | ||
GetCells ( ) : IList |
public ActionGrammar ( string text, System.Action action ) : System | ||
text | string | |
action | System.Action | |
return | System |
public ActionGrammar ( string text, GrammarAction action ) : System | ||
text | string | |
action | GrammarAction | |
return | System |
public Execute ( IStep containerStep, ITestContext context ) : void | ||
containerStep | IStep | |
context | ITestContext | |
return | void |