C# Class WindowsPhoneTestFramework.Client.AutomationClient.Automation

Exibir arquivo Open project: Expensify/WindowsPhoneTestFramework

Public Properties

Property Type Description
Instance Automation

Private Properties

Property Type Description

Public Methods

Method 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 method

public AddAutomationPeerHandlerForTapAction ( bool>.Func handler ) : void
handler bool>.Func
return void

AddObjectPropertyNameForTextLookup() public method

public AddObjectPropertyNameForTextLookup ( string propertyName ) : void
propertyName string
return void

AddPropertyNameToTestForValue() public method

public AddPropertyNameToTestForValue ( string propertyName ) : void
propertyName string
return void

AddStringPropertyNameForTextLookup() public method

public AddStringPropertyNameForTextLookup ( string propertyName ) : void
propertyName string
return void

AddUIElementHandlerForTapAction() public method

public AddUIElementHandlerForTapAction ( bool>.Func handler ) : void
handler bool>.Func
return void

AddValueManipulator() public method

public AddValueManipulator ( IValueManipulator valueManipulator ) : void
valueManipulator IValueManipulator
return void

Initialise() public method

public Initialise ( string remoteUrl = "" ) : void
remoteUrl string
return void

Property Details

Instance public_oe static_oe property

public static Automation,WindowsPhoneTestFramework.Client.AutomationClient Instance
return Automation