C# Класс CrossPlatform.BasePage

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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