< prev index next >

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

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

*** 21,41 **** * 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 javafx.geometry.Rectangle2D; import javafx.stage.Screen; import org.junit.After; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestName; public class SimpleMouseTest { private UInput ui; @Rule public TestName name = new TestName(); --- 21,44 ---- * 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 javafx.geometry.Rectangle2D; import javafx.stage.Screen; import org.junit.After; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestName; + import test.com.sun.glass.ui.monocle.TestRunnable; public class SimpleMouseTest { private UInput ui; @Rule public TestName name = new TestName();
< prev index next >