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

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

Méthodes publiques

Méthode Description
AddAResource ( string serverName, string serviceType, string folderName, string projectName ) : void
DoubleClickOpenProject ( string serverName, string serviceType, string folderName, string projectName ) : void
GetPopupWindow ( ) : UITestControl
WaitForDialog ( ) : void

Returns true if found in the timeout period.

Private Methods

Méthode Description
GetServiceItem ( string serverName, string serviceType, string folderName, string projectName ) : UITestControl

ClickExplorer

Method Details

AddAResource() public méthode

public AddAResource ( string serverName, string serviceType, string folderName, string projectName ) : void
serverName string
serviceType string
folderName string
projectName string
Résultat void

DoubleClickOpenProject() public méthode

public DoubleClickOpenProject ( string serverName, string serviceType, string folderName, string projectName ) : void
serverName string
serviceType string
folderName string
projectName string
Résultat void

GetPopupWindow() public méthode

public GetPopupWindow ( ) : UITestControl
Résultat UITestControl

WaitForDialog() public méthode

Returns true if found in the timeout period.
public WaitForDialog ( ) : void
Résultat void