C# Класс WindowsPhoneTestFramework.Test.EmuSteps.EmuDefinitionBase

Наследование: ConfigurableDefinitionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
EmuDefinitionBase ( ) : System
EmuDefinitionBase ( IConfiguration configuration ) : System

Защищенные методы

Метод Описание
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

Описание методов

ControlName() защищенный статический Метод

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"
Результат string

DisposeOfEmu() защищенный Метод

protected DisposeOfEmu ( ) : void
Результат void

EmuDefinitionBase() публичный Метод

public EmuDefinitionBase ( ) : System
Результат System

EmuDefinitionBase() публичный Метод

public EmuDefinitionBase ( IConfiguration configuration ) : System
configuration IConfiguration
Результат System

IterateOverNameTable() защищенный Метод

protected IterateOverNameTable ( TechTalk.SpecFlow.Table table, Action action ) : void
table TechTalk.SpecFlow.Table
action Action
Результат void

IterateOverNameTable() защищенный Метод

protected IterateOverNameTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void
table TechTalk.SpecFlow.Table
actionMessage string
Результат void

IterateOverNameValueTable() защищенный Метод

protected IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string>.Action action ) : void
table TechTalk.SpecFlow.Table
action string>.Action
Результат void

IterateOverNameValueTable() защищенный Метод

protected IterateOverNameValueTable ( TechTalk.SpecFlow.Table table, string actionMessage ) : void
table TechTalk.SpecFlow.Table
actionMessage string
Результат void

WaitForParent() защищенный Метод

protected WaitForParent ( string parentname ) : void
parentname string
Результат void