Méthode | Description | |
---|---|---|
EmuDefinitionBase ( ) : System | ||
EmuDefinitionBase ( IConfiguration configuration ) : System |
Méthode | Description | |
---|---|---|
ControlName ( string named, string type ) : string |
Converts the gherkin name to a CamelCase Automation client friendly name.
|
|
DisposeOfEmu ( ) : void | ||
IterateOverNameTable ( TechTalk.SpecFlow.Table table, Action |
||
IterateOverNameTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void | ||
IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string>.Action |
||
IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void | ||
WaitForParent ( string parentname ) : void |
protected static ControlName ( string named, string type ) : string | ||
named | string | "continue" |
type | string | "button" |
Résultat | string |
public EmuDefinitionBase ( IConfiguration configuration ) : System | ||
configuration | IConfiguration | |
Résultat | System |
protected IterateOverNameTable ( TechTalk.SpecFlow.Table table, Action |
||
table | TechTalk.SpecFlow.Table | |
action | Action |
|
Résultat | void |
protected IterateOverNameTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void | ||
table | TechTalk.SpecFlow.Table | |
actionMessage | string | |
Résultat | void |
protected IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string>.Action |
||
table | TechTalk.SpecFlow.Table | |
action | string>.Action | |
Résultat | void |
protected IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void | ||
table | TechTalk.SpecFlow.Table | |
actionMessage | string | |
Résultat | void |
protected WaitForParent ( string parentname ) : void | ||
parentname | string | |
Résultat | void |