C# Class WindowsPhoneTestFramework.Client.AutomationClient.Automation

Afficher le fichier Open project: Expensify/WindowsPhoneTestFramework

Méthodes publiques

Свойство Type Description
Instance Automation

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AddAutomationPeerHandlerForTapAction() public méthode

public AddAutomationPeerHandlerForTapAction ( bool>.Func handler ) : void
handler bool>.Func
Résultat void

AddObjectPropertyNameForTextLookup() public méthode

public AddObjectPropertyNameForTextLookup ( string propertyName ) : void
propertyName string
Résultat void

AddPropertyNameToTestForValue() public méthode

public AddPropertyNameToTestForValue ( string propertyName ) : void
propertyName string
Résultat void

AddStringPropertyNameForTextLookup() public méthode

public AddStringPropertyNameForTextLookup ( string propertyName ) : void
propertyName string
Résultat void

AddUIElementHandlerForTapAction() public méthode

public AddUIElementHandlerForTapAction ( bool>.Func handler ) : void
handler bool>.Func
Résultat void

AddValueManipulator() public méthode

public AddValueManipulator ( IValueManipulator valueManipulator ) : void
valueManipulator IValueManipulator
Résultat void

Initialise() public méthode

public Initialise ( string remoteUrl = "" ) : void
remoteUrl string
Résultat void

Property Details

Instance public_oe static_oe property

public static Automation,WindowsPhoneTestFramework.Client.AutomationClient Instance
Résultat Automation