C# 클래스 Dev2.CodedUI.Tests.UIMaps.DocManagerUIMapClasses.DocManagerUIMap

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
ClickOpenTabPage ( string tabName ) : void

Clicks open one of the DocManager tabs

CloseStudio ( ) : void
DocManagerUIMap ( ) : System.Drawing
DoesTabExist ( string tabName ) : bool
FindTabPage ( string tabName ) : WpfTabPage

ClickExplorer

GetMainPane ( ) : UITestControl

메소드 상세

ClickOpenTabPage() 공개 메소드

Clicks open one of the DocManager tabs
public ClickOpenTabPage ( string tabName ) : void
tabName string The name of the tab (EG: Explorer, Toolbox, Variables, Output, etc)
리턴 void

CloseStudio() 공개 메소드

public CloseStudio ( ) : void
리턴 void

DocManagerUIMap() 공개 메소드

public DocManagerUIMap ( ) : System.Drawing
리턴 System.Drawing

DoesTabExist() 공개 메소드

public DoesTabExist ( string tabName ) : bool
tabName string
리턴 bool

FindTabPage() 공개 정적인 메소드

ClickExplorer
public static FindTabPage ( string tabName ) : WpfTabPage
tabName string
리턴 WpfTabPage

GetMainPane() 공개 메소드

public GetMainPane ( ) : UITestControl
리턴 UITestControl