modules/graphics/src/test/java/test/javafx/scene/image/ImageView_verifyBounds_Test.java

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

*** 21,42 **** * 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.scene.image; ! import static com.sun.javafx.test.TestHelper.assertBoundsEqual; ! import static com.sun.javafx.test.TestHelper.box; ! import static javafx.scene.image.ImageViewConfig.config; ! import static javafx.scene.image.TestImages.TEST_IMAGE_100x200; ! import static javafx.scene.image.TestImages.TEST_IMAGE_200x100; import java.util.Arrays; import java.util.Collection; import javafx.geometry.BoundingBox; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; --- 21,43 ---- * 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.scene.image; ! import static test.com.sun.javafx.test.TestHelper.assertBoundsEqual; ! import static test.com.sun.javafx.test.TestHelper.box; ! import static test.javafx.scene.image.ImageViewConfig.config; ! import static test.javafx.scene.image.TestImages.TEST_IMAGE_100x200; ! import static test.javafx.scene.image.TestImages.TEST_IMAGE_200x100; import java.util.Arrays; import java.util.Collection; import javafx.geometry.BoundingBox; + import javafx.scene.image.ImageView; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith;