C# Class WindowsPhoneTestFramework.Test.EmuSteps.EmuDefinitionBase

Inheritance: ConfigurableDefinitionBase
Afficher le fichier Open project: Expensify/WindowsPhoneTestFramework

Méthodes publiques

Méthode Description
EmuDefinitionBase ( ) : System
EmuDefinitionBase ( IConfiguration configuration ) : System

Méthodes protégées

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 action ) : void
IterateOverNameTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void
IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string>.Action action ) : void
IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void
WaitForParent ( string parentname ) : void

Method Details

ControlName() protected static méthode

Converts the gherkin name to a CamelCase Automation client friendly name.
protected static ControlName ( string named, string type ) : string
named string "continue"
type string "button"
Résultat string

DisposeOfEmu() protected méthode

protected DisposeOfEmu ( ) : void
Résultat void

EmuDefinitionBase() public méthode

public EmuDefinitionBase ( ) : System
Résultat System

EmuDefinitionBase() public méthode

public EmuDefinitionBase ( IConfiguration configuration ) : System
configuration IConfiguration
Résultat System

IterateOverNameTable() protected méthode

protected IterateOverNameTable ( TechTalk.SpecFlow.Table table, Action action ) : void
table TechTalk.SpecFlow.Table
action Action
Résultat void

IterateOverNameTable() protected méthode

protected IterateOverNameTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void
table TechTalk.SpecFlow.Table
actionMessage string
Résultat void

IterateOverNameValueTable() protected méthode

protected IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string>.Action action ) : void
table TechTalk.SpecFlow.Table
action string>.Action
Résultat void

IterateOverNameValueTable() protected méthode

protected IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void
table TechTalk.SpecFlow.Table
actionMessage string
Résultat void

WaitForParent() protected méthode

protected WaitForParent ( string parentname ) : void
parentname string
Résultat void