Search in sources :

Example 1 with SecondComponentPage

use of testsappng.Screens.SecondComponentPage in project functional-tests by NativeScript.

the class PageRouterTests method beforeClassPageRouterTests.

@BeforeClass(alwaysRun = true)
public void beforeClassPageRouterTests() throws Exception {
    this.homePage = new HomePage("First", this.context);
    this.firstComponentPage = new FirstComponentPage(context);
    this.secondComponentPage = new SecondComponentPage(this.context);
}
Also used : SecondComponentPage(testsappng.Screens.SecondComponentPage) HomePage(testsappng.Screens.HomePage) FirstComponentPage(testsappng.Screens.FirstComponentPage) BeforeClass(org.testng.annotations.BeforeClass)

Aggregations

BeforeClass (org.testng.annotations.BeforeClass)1 FirstComponentPage (testsappng.Screens.FirstComponentPage)1 HomePage (testsappng.Screens.HomePage)1 SecondComponentPage (testsappng.Screens.SecondComponentPage)1