< prev index next >

core/JemmyAWTInput/test/org/jemmy/image/awt/ImageResizerTest.java

Print this page

        

@@ -20,14 +20,20 @@
  *
  * 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 org.jemmy.image;
+package org.jemmy.image.awt;
 
 import java.awt.image.BufferedImage;
-import org.jemmy.image.ResizeImageComparator.ResizeMode;
+
+import org.jemmy.image.Image;
+import org.jemmy.image.ImageComparator;
+import org.jemmy.image.awt.AWTImage;
+import org.jemmy.image.awt.ResizeImageComparator;
+import org.jemmy.image.awt.ResizeImageComparator.ResizeMode;
+import org.jemmy.image.awt.StrictImageComparator;
 import org.testng.annotations.AfterClass;
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
< prev index next >