Метод | Описание | |
---|---|---|
Execute ( IStep containerStep, ITestContext context ) : void | ||
GetCells ( ) : IList |
||
SimpleGrammar ( string text, System.Action action ) : System | ||
SimpleGrammar ( string text, GrammarAction action ) : System |
public Execute ( IStep containerStep, ITestContext context ) : void | ||
containerStep | IStep | |
context | ITestContext | |
Результат | void |
public SimpleGrammar ( string text, System.Action action ) : System | ||
text | string | |
action | System.Action | |
Результат | System |
public SimpleGrammar ( string text, GrammarAction action ) : System | ||
text | string | |
action | GrammarAction | |
Результат | System |