C# 클래스 CrossPlatform.BasePage

파일 보기 프로젝트 열기: xamarin-automation-service/uitest-pop-example

보호된 프로퍼티들

프로퍼티 타입 설명
app IApp

보호된 메소드들

메소드 설명
AssertOnPage ( System.TimeSpan timeout = default(TimeSpan?) ) : void

Verifies that the trait is still present. Defaults to no wait.

BasePage ( ) : System
BasePage ( AppQuery>.Func androidTrait, AppQuery>.Func iOSTrait ) : System
BasePage ( string androidTrait, string iOSTrait ) : System
WaitForPageToLeave ( System.TimeSpan timeout = default(TimeSpan?) ) : void

Verifies that the trait is no longer present. Defaults to a two second wait.

비공개 메소드들

메소드 설명
InitializeCommonQueries ( ) : void

메소드 상세

AssertOnPage() 보호된 메소드

Verifies that the trait is still present. Defaults to no wait.
protected AssertOnPage ( System.TimeSpan timeout = default(TimeSpan?) ) : void
timeout System.TimeSpan Time to wait before the assertion fails
리턴 void

BasePage() 보호된 메소드

protected BasePage ( ) : System
리턴 System

BasePage() 보호된 메소드

protected BasePage ( AppQuery>.Func androidTrait, AppQuery>.Func iOSTrait ) : System
androidTrait AppQuery>.Func
iOSTrait AppQuery>.Func
리턴 System

BasePage() 보호된 메소드

protected BasePage ( string androidTrait, string iOSTrait ) : System
androidTrait string
iOSTrait string
리턴 System

WaitForPageToLeave() 보호된 메소드

Verifies that the trait is no longer present. Defaults to a two second wait.
protected WaitForPageToLeave ( System.TimeSpan timeout = default(TimeSpan?) ) : void
timeout System.TimeSpan Time to wait before the assertion fails
리턴 void

프로퍼티 상세

app 보호되어 있는 프로퍼티

protected IApp app
리턴 IApp