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

Inheritance: UIMapBase
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method 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

Method Description
GetServiceItem ( string serverName, string serviceType, string folderName, string projectName ) : UITestControl

ClickExplorer

Method Details

AddAResource() public method

public AddAResource ( string serverName, string serviceType, string folderName, string projectName ) : void
serverName string
serviceType string
folderName string
projectName string
return void

DoubleClickOpenProject() public method

public DoubleClickOpenProject ( string serverName, string serviceType, string folderName, string projectName ) : void
serverName string
serviceType string
folderName string
projectName string
return void

GetPopupWindow() public method

public GetPopupWindow ( ) : UITestControl
return UITestControl

WaitForDialog() public method

Returns true if found in the timeout period.
public WaitForDialog ( ) : void
return void