use of uitests.Screens.PanEventPage in project functional-tests by NativeScript.
the class PanEventTests method beforePanEventTestsClass.
@BeforeClass(alwaysRun = true)
public void beforePanEventTestsClass() {
this.panEventPage = new PanEventPage(this.homePageExtended);
this.panEventPage.loaded();
}
Aggregations