C# Class Dev2.Studio.UI.Tests.UIMaps.Activities.ActivityUiMapBase

Inheritance: UIMapBase, IDisposable
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
AdornersGetButton ( string adornerFriendlyName ) : UITestControl
ClickButton ( string automationId ) : void
ClickHelp ( ) : void
Dispose ( ) : void
DragServiceOntoDesigner ( string serviceName, string categoryName, string serverName = "localhost", Point pointToDragTo = newPoint() ) : void
DragToolOntoDesigner ( ToolType toolType, Point pointToDragTo = newPoint() ) : void
DragWorkflowOntoDesigner ( string workflowName, string categoryName, string serverName = "localhost", Point pointToDragTo = newPoint() ) : void
GetActivityDisplayNameControl ( ) : UITestControl
GetDisplayNameMaxWidth ( ) : int
GetHelpText ( ) : string

Méthodes protégées

Méthode Description
ActivityUiMapBase ( bool createNewtab = true, int waitAmt = 1000 ) : System
GetControl ( string autoId, UITestControl viewControl, ControlType controlType ) : UITestControl
GetControlOnActivity ( string autoId, ControlType controlType ) : UITestControl
OnDisposed ( ) : void
OnDisposedUnmanaged ( ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ActivityUiMapBase() protected méthode

protected ActivityUiMapBase ( bool createNewtab = true, int waitAmt = 1000 ) : System
createNewtab bool
waitAmt int
Résultat System

AdornersGetButton() public méthode

public AdornersGetButton ( string adornerFriendlyName ) : UITestControl
adornerFriendlyName string
Résultat UITestControl

ClickButton() public méthode

public ClickButton ( string automationId ) : void
automationId string
Résultat void

ClickHelp() public méthode

public ClickHelp ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DragServiceOntoDesigner() public méthode

public DragServiceOntoDesigner ( string serviceName, string categoryName, string serverName = "localhost", Point pointToDragTo = newPoint() ) : void
serviceName string
categoryName string
serverName string
pointToDragTo Point
Résultat void

DragToolOntoDesigner() public méthode

public DragToolOntoDesigner ( ToolType toolType, Point pointToDragTo = newPoint() ) : void
toolType ToolType
pointToDragTo Point
Résultat void

DragWorkflowOntoDesigner() public méthode

public DragWorkflowOntoDesigner ( string workflowName, string categoryName, string serverName = "localhost", Point pointToDragTo = newPoint() ) : void
workflowName string
categoryName string
serverName string
pointToDragTo Point
Résultat void

GetActivityDisplayNameControl() public méthode

public GetActivityDisplayNameControl ( ) : UITestControl
Résultat UITestControl

GetControl() protected méthode

protected GetControl ( string autoId, UITestControl viewControl, ControlType controlType ) : UITestControl
autoId string
viewControl UITestControl
controlType ControlType
Résultat UITestControl

GetControlOnActivity() protected méthode

protected GetControlOnActivity ( string autoId, ControlType controlType ) : UITestControl
autoId string
controlType ControlType
Résultat UITestControl

GetDisplayNameMaxWidth() public méthode

public GetDisplayNameMaxWidth ( ) : int
Résultat int

GetHelpText() public méthode

public GetHelpText ( ) : string
Résultat string

OnDisposed() protected méthode

protected OnDisposed ( ) : void
Résultat void

OnDisposedUnmanaged() protected méthode

protected OnDisposedUnmanaged ( ) : void
Résultat void