modules/graphics/src/test/java/test/javafx/stage/StageTest.java

Print this page
rev 9250 : 8134762: Refactor Javafx graphics module tests for clear separation of tests
Reviewed-by:

*** 21,38 **** * 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 javafx.stage; import javafx.scene.Group; import javafx.scene.Scene; ! import com.sun.javafx.pgstub.StubStage; ! import com.sun.javafx.pgstub.StubToolkit; ! import com.sun.javafx.pgstub.StubToolkit.ScreenConfiguration; import com.sun.javafx.tk.Toolkit; import org.junit.After; import org.junit.Before; import org.junit.Test; import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertFalse; --- 21,39 ---- * 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.javafx.stage; import javafx.scene.Group; import javafx.scene.Scene; ! import test.com.sun.javafx.pgstub.StubStage; ! import test.com.sun.javafx.pgstub.StubToolkit; ! import test.com.sun.javafx.pgstub.StubToolkit.ScreenConfiguration; import com.sun.javafx.tk.Toolkit; + import javafx.stage.Stage; import org.junit.After; import org.junit.Before; import org.junit.Test; import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertFalse;