C# 클래스 WindowsPhoneTestFramework.Test.EmuSteps.EmuDefinitionBase

상속: ConfigurableDefinitionBase
파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework

공개 메소드들

메소드 설명
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