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

Inheritance: ActivityUiMapBase
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ClickAddButton ( ) : void
ClickCloseLargeView ( ) : void
ClickCloseQuickVariableInput ( ) : void
ClickOpenLargeView ( ) : void
ClickOpenQuickVariableInput ( ) : void
EnterSplitCharacter ( string splitChar ) : void
EnterVariables ( string variables ) : void
GetDoneButton ( ) : UITestControl
GetLargeViewTable ( ) : WpfTable
GetSmallViewTable ( ) : WpfTable
SelectAppendOption ( ) : void
SelectReplaceOption ( ) : void
SelectSplitOn ( int index ) : void

Protected Methods

Method Description
GetLargeView ( ) : UITestControl
GetQuickVariableInputView ( ) : UITestControl
GetSmallView ( ) : UITestControl
GetView ( ViewType viewType ) : UITestControl
ToolsUiMapBase ( bool createNewtab = true, int wait = 1500 ) : System

Method Details

ClickAddButton() public method

public ClickAddButton ( ) : void
return void

ClickCloseLargeView() public method

public ClickCloseLargeView ( ) : void
return void

ClickCloseQuickVariableInput() public method

public ClickCloseQuickVariableInput ( ) : void
return void

ClickOpenLargeView() public method

public ClickOpenLargeView ( ) : void
return void

ClickOpenQuickVariableInput() public method

public ClickOpenQuickVariableInput ( ) : void
return void

EnterSplitCharacter() public method

public EnterSplitCharacter ( string splitChar ) : void
splitChar string
return void

EnterVariables() public method

public EnterVariables ( string variables ) : void
variables string
return void

GetDoneButton() public method

public GetDoneButton ( ) : UITestControl
return UITestControl

GetLargeView() protected method

protected GetLargeView ( ) : UITestControl
return UITestControl

GetLargeViewTable() public method

public GetLargeViewTable ( ) : WpfTable
return WpfTable

GetQuickVariableInputView() protected method

protected GetQuickVariableInputView ( ) : UITestControl
return UITestControl

GetSmallView() protected method

protected GetSmallView ( ) : UITestControl
return UITestControl

GetSmallViewTable() public method

public GetSmallViewTable ( ) : WpfTable
return WpfTable

GetView() protected method

protected GetView ( ViewType viewType ) : UITestControl
viewType ViewType
return UITestControl

SelectAppendOption() public method

public SelectAppendOption ( ) : void
return void

SelectReplaceOption() public method

public SelectReplaceOption ( ) : void
return void

SelectSplitOn() public method

public SelectSplitOn ( int index ) : void
index int
return void

ToolsUiMapBase() protected method

protected ToolsUiMapBase ( bool createNewtab = true, int wait = 1500 ) : System
createNewtab bool
wait int
return System