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

Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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)
Résultat void

CloseStudio() public méthode

public CloseStudio ( ) : void
Résultat void

DocManagerUIMap() public méthode

public DocManagerUIMap ( ) : System.Drawing
Résultat System.Drawing

DoesTabExist() public méthode

public DoesTabExist ( string tabName ) : bool
tabName string
Résultat bool

FindTabPage() public static méthode

ClickExplorer
public static FindTabPage ( string tabName ) : WpfTabPage
tabName string
Résultat WpfTabPage

GetMainPane() public méthode

public GetMainPane ( ) : UITestControl
Résultat UITestControl