< prev index next >

tests/system/src/test/java/test/robot/helloworld/RectangleTest.java

Print this page
rev 9491 : 8145203: Refactor systemTests for clear separation of tests
Reviewed-by: kcr

*** 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 helloworld; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.stage.Stage; import org.junit.Test; ! import testharness.VisualTestBase; /** * Basic visual tests using glass Robot to sample pixels. */ public class RectangleTest extends VisualTestBase { --- 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.robot.helloworld; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.stage.Stage; import org.junit.Test; ! import test.robot.testharness.VisualTestBase; /** * Basic visual tests using glass Robot to sample pixels. */ public class RectangleTest extends VisualTestBase {
< prev index next >