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

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

공개 메소드들

메소드 설명
ClearSearch ( ) : void

Searches for control.

ClickToolboxItem ( ToolType tool ) : void
DragControlToWorkflowDesigner ( ToolType tool, UITestControl tabToDropOnto, Point pointToDragTo = newPoint(), bool getDroppedActivity = true ) : UITestControl

Drags a control from the Toolbox to the Workflow

DragControlToWorkflowDesigner ( ToolType tool, Point p, string searchID = "" ) : void

Drags a control from the Toolbox to the Workflow

FindControl ( string itemAutomationID ) : UITestControl
FindToolboxItemByAutomationId ( ToolType tool, string properSearchTerm = "" ) : UITestControl
GetAllTools ( ) : UITestControlCollection
IsIconVisible ( UITestControl tool ) : bool

Determines whether [is icon visible] [the specified tool]. NOTE : Crap method. If icon has a lot of white in it it will fail ;)

SearchForControl ( string controlName ) : void

Searches for control.

ToolboxUIMap ( ) : System.Drawing

메소드 상세

ClearSearch() 공개 메소드

Searches for control.
public ClearSearch ( ) : void
리턴 void

ClickToolboxItem() 공개 메소드

public ClickToolboxItem ( ToolType tool ) : void
tool ToolType
리턴 void

DragControlToWorkflowDesigner() 공개 메소드

Drags a control from the Toolbox to the Workflow
public DragControlToWorkflowDesigner ( ToolType tool, UITestControl tabToDropOnto, Point pointToDragTo = newPoint(), bool getDroppedActivity = true ) : UITestControl
tool ToolType
tabToDropOnto UITestControl The tab on which to drop the control
pointToDragTo System.Drawing.Point The point you wish to drop the control
getDroppedActivity bool Get and return the dropped control
리턴 UITestControl

DragControlToWorkflowDesigner() 공개 메소드

Drags a control from the Toolbox to the Workflow
public DragControlToWorkflowDesigner ( ToolType tool, Point p, string searchID = "" ) : void
tool ToolType
p System.Drawing.Point The point you wish to drop the control - Point p = WorkflowDesignerUIMap.GetPointUnderStartNode("someWorkflow"); is a good palce to start
searchID string The search unique identifier.
리턴 void

FindControl() 공개 메소드

public FindControl ( string itemAutomationID ) : UITestControl
itemAutomationID string
리턴 UITestControl

FindToolboxItemByAutomationId() 공개 메소드

public FindToolboxItemByAutomationId ( ToolType tool, string properSearchTerm = "" ) : UITestControl
tool ToolType
properSearchTerm string
리턴 UITestControl

GetAllTools() 공개 메소드

public GetAllTools ( ) : UITestControlCollection
리턴 UITestControlCollection

IsIconVisible() 공개 메소드

Determines whether [is icon visible] [the specified tool]. NOTE : Crap method. If icon has a lot of white in it it will fail ;)
public IsIconVisible ( UITestControl tool ) : bool
tool UITestControl The tool.
리턴 bool

SearchForControl() 공개 메소드

Searches for control.
public SearchForControl ( string controlName ) : void
controlName string Name of the control.
리턴 void

ToolboxUIMap() 공개 메소드

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