C# 클래스 Dev2.Studio.UI.Tests.UIMaps.PopupDialogUiMap

상속: UIMapBase
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetServiceItem ( string serverName, string serviceType, string folderName, string projectName ) : UITestControl

ClickExplorer

메소드 상세

AddAResource() 공개 메소드

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

DoubleClickOpenProject() 공개 메소드

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

GetPopupWindow() 공개 메소드

public GetPopupWindow ( ) : UITestControl
리턴 UITestControl

WaitForDialog() 공개 메소드

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