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);
}
Aggregations