< prev index next >

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

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

@@ -21,14 +21,16 @@
  * 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;
+package test.robot.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.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 javafx.geometry.Rectangle2D;
 import javafx.scene.input.TouchEvent;
 import org.junit.*;
 import org.junit.runners.Parameterized;
 import java.util.ArrayList;
< prev index next >