C# 클래스 Dev2.Studio.UI.Tests.UIMaps.Activities.ToolsUiMapBase

상속: ActivityUiMapBase
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetLargeView ( ) : UITestControl
GetQuickVariableInputView ( ) : UITestControl
GetSmallView ( ) : UITestControl
GetView ( ViewType viewType ) : UITestControl
ToolsUiMapBase ( bool createNewtab = true, int wait = 1500 ) : System

메소드 상세

ClickAddButton() 공개 메소드

public ClickAddButton ( ) : void
리턴 void

ClickCloseLargeView() 공개 메소드

public ClickCloseLargeView ( ) : void
리턴 void

ClickCloseQuickVariableInput() 공개 메소드

public ClickCloseQuickVariableInput ( ) : void
리턴 void

ClickOpenLargeView() 공개 메소드

public ClickOpenLargeView ( ) : void
리턴 void

ClickOpenQuickVariableInput() 공개 메소드

public ClickOpenQuickVariableInput ( ) : void
리턴 void

EnterSplitCharacter() 공개 메소드

public EnterSplitCharacter ( string splitChar ) : void
splitChar string
리턴 void

EnterVariables() 공개 메소드

public EnterVariables ( string variables ) : void
variables string
리턴 void

GetDoneButton() 공개 메소드

public GetDoneButton ( ) : UITestControl
리턴 UITestControl

GetLargeView() 보호된 메소드

protected GetLargeView ( ) : UITestControl
리턴 UITestControl

GetLargeViewTable() 공개 메소드

public GetLargeViewTable ( ) : WpfTable
리턴 WpfTable

GetQuickVariableInputView() 보호된 메소드

protected GetQuickVariableInputView ( ) : UITestControl
리턴 UITestControl

GetSmallView() 보호된 메소드

protected GetSmallView ( ) : UITestControl
리턴 UITestControl

GetSmallViewTable() 공개 메소드

public GetSmallViewTable ( ) : WpfTable
리턴 WpfTable

GetView() 보호된 메소드

protected GetView ( ViewType viewType ) : UITestControl
viewType ViewType
리턴 UITestControl

SelectAppendOption() 공개 메소드

public SelectAppendOption ( ) : void
리턴 void

SelectReplaceOption() 공개 메소드

public SelectReplaceOption ( ) : void
리턴 void

SelectSplitOn() 공개 메소드

public SelectSplitOn ( int index ) : void
index int
리턴 void

ToolsUiMapBase() 보호된 메소드

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