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

Inheritance: UIMapBase
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

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

Méthode Description
GetTitleLabel ( string autoId ) : WpfText

Method Details

GetLeftTitleText() public méthode

public GetLeftTitleText ( ) : string
Résultat string

GetRightTitleText() public méthode

public GetRightTitleText ( ) : string
Résultat string

TryWaitForWizard() public méthode

public TryWaitForWizard ( int timeOut = 10000 ) : bool
timeOut int
Résultat bool

WaitForWizard() public méthode

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