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

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

공개 메소드들

메소드 설명
GetLeftTitleText ( ) : string
GetRightTitleText ( ) : string
TryWaitForWizard ( int timeOut = 10000 ) : bool
WaitForWizard ( int timeOut = DefaultTimeOut, bool throwIfNotFound = true ) : void

Returns true if found in the timeout period.

비공개 메소드들

메소드 설명
GetTitleLabel ( string autoId ) : WpfText

메소드 상세

GetLeftTitleText() 공개 메소드

public GetLeftTitleText ( ) : string
리턴 string

GetRightTitleText() 공개 메소드

public GetRightTitleText ( ) : string
리턴 string

TryWaitForWizard() 공개 메소드

public TryWaitForWizard ( int timeOut = 10000 ) : bool
timeOut int
리턴 bool

WaitForWizard() 공개 메소드

Returns true if found in the timeout period.
public WaitForWizard ( int timeOut = DefaultTimeOut, bool throwIfNotFound = true ) : void
timeOut int
throwIfNotFound bool
리턴 void