C# Class Dev2.CodedUI.Tests.UIMaps.DocManagerUIMapClasses.DocManagerUIMap

Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
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

Method Details

ClickOpenTabPage() public method

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)
return void

CloseStudio() public method

public CloseStudio ( ) : void
return void

DocManagerUIMap() public method

public DocManagerUIMap ( ) : System.Drawing
return System.Drawing

DoesTabExist() public method

public DoesTabExist ( string tabName ) : bool
tabName string
return bool

FindTabPage() public static method

ClickExplorer
public static FindTabPage ( string tabName ) : WpfTabPage
tabName string
return WpfTabPage

GetMainPane() public method

public GetMainPane ( ) : UITestControl
return UITestControl