< prev index next >

tests/system/src/test/java/test/robot/test3d/Snapshot3DTest.java

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

*** 21,31 **** * 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 test3d; import java.util.ArrayList; import java.util.Collection; import java.util.concurrent.atomic.AtomicBoolean; import javafx.application.ConditionalFeature; --- 21,31 ---- * 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.test3d; import java.util.ArrayList; import java.util.Collection; import java.util.concurrent.atomic.AtomicBoolean; import javafx.application.ConditionalFeature;
*** 43,53 **** import javafx.scene.shape.Sphere; import javafx.stage.Stage; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; ! import testharness.VisualTestBase; /** * 3D Snapshot validation tests. */ @RunWith(Parameterized.class) --- 43,53 ---- import javafx.scene.shape.Sphere; import javafx.stage.Stage; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; ! import test.robot.testharness.VisualTestBase; /** * 3D Snapshot validation tests. */ @RunWith(Parameterized.class)
< prev index next >