< prev index next >

tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/SwipeTest.java

Print this page
rev 9491 : 8145203: Refactor systemTests for clear separation of tests
Reviewed-by: kcr

*** 21,34 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package com.sun.glass.ui.monocle; ! import com.sun.glass.ui.monocle.input.devices.TestTouchDevice; ! import com.sun.glass.ui.monocle.input.devices.TestTouchDevices; import com.sun.javafx.PlatformUtil; import javafx.scene.input.GestureEvent; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; --- 21,36 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package test.robot.com.sun.glass.ui.monocle; ! import com.sun.glass.ui.monocle.TestLog; ! import test.robot.com.sun.glass.ui.monocle.TestApplication; ! import test.robot.com.sun.glass.ui.monocle.input.devices.TestTouchDevice; ! import test.robot.com.sun.glass.ui.monocle.input.devices.TestTouchDevices; import com.sun.javafx.PlatformUtil; import javafx.scene.input.GestureEvent; import org.junit.Assert; import org.junit.Assume; import org.junit.Before;
*** 40,49 **** --- 42,52 ---- import java.util.Collection; import java.util.List; import java.util.Timer; import java.util.TimerTask; import java.util.concurrent.CountDownLatch; + import test.com.sun.glass.ui.monocle.TestRunnable; public class SwipeTest extends ParameterizedTestBase { static { System.setProperty("com.sun.javafx.isEmbedded", "true");
< prev index next >