C# 클래스 WindowsPhoneTestFramework.Client.AutomationClient.Automation

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

공개 프로퍼티들

프로퍼티 타입 설명
Instance Automation

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddAutomationPeerHandlerForTapAction ( bool>.Func handler ) : void
AddObjectPropertyNameForTextLookup ( string propertyName ) : void
AddPropertyNameToTestForValue ( string propertyName ) : void
AddStringPropertyNameForTextLookup ( string propertyName ) : void
AddUIElementHandlerForTapAction ( bool>.Func handler ) : void
AddValueManipulator ( IValueManipulator valueManipulator ) : void
Initialise ( string remoteUrl = "" ) : void

메소드 상세

AddAutomationPeerHandlerForTapAction() 공개 메소드

public AddAutomationPeerHandlerForTapAction ( bool>.Func handler ) : void
handler bool>.Func
리턴 void

AddObjectPropertyNameForTextLookup() 공개 메소드

public AddObjectPropertyNameForTextLookup ( string propertyName ) : void
propertyName string
리턴 void

AddPropertyNameToTestForValue() 공개 메소드

public AddPropertyNameToTestForValue ( string propertyName ) : void
propertyName string
리턴 void

AddStringPropertyNameForTextLookup() 공개 메소드

public AddStringPropertyNameForTextLookup ( string propertyName ) : void
propertyName string
리턴 void

AddUIElementHandlerForTapAction() 공개 메소드

public AddUIElementHandlerForTapAction ( bool>.Func handler ) : void
handler bool>.Func
리턴 void

AddValueManipulator() 공개 메소드

public AddValueManipulator ( IValueManipulator valueManipulator ) : void
valueManipulator IValueManipulator
리턴 void

Initialise() 공개 메소드

public Initialise ( string remoteUrl = "" ) : void
remoteUrl string
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static Automation,WindowsPhoneTestFramework.Client.AutomationClient Instance
리턴 Automation