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

Inheritance: ActivityUiMapBase
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

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

Méthodes protégées

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

Method Details

ClickAddButton() public méthode

public ClickAddButton ( ) : void
Résultat void

ClickCloseLargeView() public méthode

public ClickCloseLargeView ( ) : void
Résultat void

ClickCloseQuickVariableInput() public méthode

public ClickCloseQuickVariableInput ( ) : void
Résultat void

ClickOpenLargeView() public méthode

public ClickOpenLargeView ( ) : void
Résultat void

ClickOpenQuickVariableInput() public méthode

public ClickOpenQuickVariableInput ( ) : void
Résultat void

EnterSplitCharacter() public méthode

public EnterSplitCharacter ( string splitChar ) : void
splitChar string
Résultat void

EnterVariables() public méthode

public EnterVariables ( string variables ) : void
variables string
Résultat void

GetDoneButton() public méthode

public GetDoneButton ( ) : UITestControl
Résultat UITestControl

GetLargeView() protected méthode

protected GetLargeView ( ) : UITestControl
Résultat UITestControl

GetLargeViewTable() public méthode

public GetLargeViewTable ( ) : WpfTable
Résultat WpfTable

GetQuickVariableInputView() protected méthode

protected GetQuickVariableInputView ( ) : UITestControl
Résultat UITestControl

GetSmallView() protected méthode

protected GetSmallView ( ) : UITestControl
Résultat UITestControl

GetSmallViewTable() public méthode

public GetSmallViewTable ( ) : WpfTable
Résultat WpfTable

GetView() protected méthode

protected GetView ( ViewType viewType ) : UITestControl
viewType ViewType
Résultat UITestControl

SelectAppendOption() public méthode

public SelectAppendOption ( ) : void
Résultat void

SelectReplaceOption() public méthode

public SelectReplaceOption ( ) : void
Résultat void

SelectSplitOn() public méthode

public SelectSplitOn ( int index ) : void
index int
Résultat void

ToolsUiMapBase() protected méthode

protected ToolsUiMapBase ( bool createNewtab = true, int wait = 1500 ) : System
createNewtab bool
wait int
Résultat System