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

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

*** 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 javafx.scene.image; ! 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 static org.junit.Assert.assertEquals; import java.util.Arrays; import java.util.Collection; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; --- 21,40 ---- * 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.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 static org.junit.Assert.assertEquals; import java.util.Arrays; import java.util.Collection; + import javafx.scene.image.ImageView; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith;