Search in sources :

Example 1 with PanEventPage

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();
}
Also used : PanEventPage(uitests.Screens.PanEventPage) BeforeClass(org.testng.annotations.BeforeClass)

Aggregations

BeforeClass (org.testng.annotations.BeforeClass)1 PanEventPage (uitests.Screens.PanEventPage)1