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

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

공개 메소드들

메소드 설명
ClickCloseMapping ( int waitAmt ) : void
ClickDoneButton ( ) : void
ClickEdit ( ) : void
ClickFixErrors ( ) : void
ClickOpenMapping ( ) : void
DsfActivityUiMap ( bool createNewtab = true, int waitAmt = 1000 ) : System
GetDoneButtonDisplayName ( ) : string
GetInputMappingRows ( ) : List
GetInputMappingToServiceValue ( int rowNumber ) : string
IsFixErrorButtonShowing ( ) : bool

비공개 메소드들

메소드 설명
GetDoneButton ( ) : WpfButton
GetFixErrorsButton ( ) : UITestControl

메소드 상세

ClickCloseMapping() 공개 메소드

public ClickCloseMapping ( int waitAmt ) : void
waitAmt int
리턴 void

ClickDoneButton() 공개 메소드

public ClickDoneButton ( ) : void
리턴 void

ClickEdit() 공개 메소드

public ClickEdit ( ) : void
리턴 void

ClickFixErrors() 공개 메소드

public ClickFixErrors ( ) : void
리턴 void

ClickOpenMapping() 공개 메소드

public ClickOpenMapping ( ) : void
리턴 void

DsfActivityUiMap() 공개 메소드

public DsfActivityUiMap ( bool createNewtab = true, int waitAmt = 1000 ) : System
createNewtab bool
waitAmt int
리턴 System

GetDoneButtonDisplayName() 공개 메소드

public GetDoneButtonDisplayName ( ) : string
리턴 string

GetInputMappingRows() 공개 메소드

public GetInputMappingRows ( ) : List
리턴 List

GetInputMappingToServiceValue() 공개 메소드

public GetInputMappingToServiceValue ( int rowNumber ) : string
rowNumber int
리턴 string

IsFixErrorButtonShowing() 공개 메소드

public IsFixErrorButtonShowing ( ) : bool
리턴 bool