C# Class CrossPlatform.BasePage

Afficher le fichier Open project: xamarin-automation-service/uitest-pop-example

Protected Properties

Свойство Type Description
app IApp

Méthodes protégées

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

Private Methods

Méthode Description
InitializeCommonQueries ( ) : void

Method Details

AssertOnPage() protected méthode

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
Résultat void

BasePage() protected méthode

protected BasePage ( ) : System
Résultat System

BasePage() protected méthode

protected BasePage ( AppQuery>.Func androidTrait, AppQuery>.Func iOSTrait ) : System
androidTrait AppQuery>.Func
iOSTrait AppQuery>.Func
Résultat System

BasePage() protected méthode

protected BasePage ( string androidTrait, string iOSTrait ) : System
androidTrait string
iOSTrait string
Résultat System

WaitForPageToLeave() protected méthode

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
Résultat void

Property Details

app protected_oe property

protected IApp app
Résultat IApp