C# Class WindowsPhoneTestFramework.Server.FluentCore.Text

Inheritance: FluentBase
Show file Open project: Expensify/WindowsPhoneTestFramework

Public Methods

Method Description
Text ( IAutomationController automation, string text ) : System
WaitFor ( ) : void
WaitFor ( System.TimeSpan timeOut ) : void

Method Details

Text() public method

public Text ( IAutomationController automation, string text ) : System
automation IAutomationController
text string
return System

WaitFor() public method

public WaitFor ( ) : void
return void

WaitFor() public method

public WaitFor ( System.TimeSpan timeOut ) : void
timeOut System.TimeSpan
return void