C# Class Dev2.Studio.UI.Tests.UIMaps.WizardsUIMap

Inheritance: UIMapBase
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
GetLeftTitleText ( ) : string
GetRightTitleText ( ) : string
TryWaitForWizard ( int timeOut = 10000 ) : bool
WaitForWizard ( int timeOut = DefaultTimeOut, bool throwIfNotFound = true ) : void

Returns true if found in the timeout period.

Private Methods

Method Description
GetTitleLabel ( string autoId ) : WpfText

Method Details

GetLeftTitleText() public method

public GetLeftTitleText ( ) : string
return string

GetRightTitleText() public method

public GetRightTitleText ( ) : string
return string

TryWaitForWizard() public method

public TryWaitForWizard ( int timeOut = 10000 ) : bool
timeOut int
return bool

WaitForWizard() public method

Returns true if found in the timeout period.
public WaitForWizard ( int timeOut = DefaultTimeOut, bool throwIfNotFound = true ) : void
timeOut int
throwIfNotFound bool
return void