< prev index next >

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

Print this page

        

*** 20,36 **** * * 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; import java.io.IOException; import org.jemmy.env.Environment; ! import org.jemmy.image.pixel.MaxDistanceComparator; import org.jemmy.image.pixel.PixelEqualityRasterComparator; ! import org.jemmy.operators.AWTScreen; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static org.testng.Assert.assertNull; import static org.testng.Assert.assertTrue; --- 20,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 org.jemmy.image.awt; import java.io.IOException; import org.jemmy.env.Environment; ! import org.jemmy.image.Image; ! import org.jemmy.image.ImageCapturer; ! import org.jemmy.image.ImageComparator; ! import org.jemmy.image.awt.AWTImage; ! import org.jemmy.image.awt.AWTRobotCapturer; ! import org.jemmy.image.awt.BufferedImageComparator; import org.jemmy.image.pixel.PixelEqualityRasterComparator; ! import org.jemmy.operators.awt.AWTScreen; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static org.testng.Assert.assertNull; import static org.testng.Assert.assertTrue;
< prev index next >