< prev index next >

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

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

*** 20,30 **** * * 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 javafx.application.ConditionalFeature; import javafx.application.Platform; import javafx.scene.Group; import javafx.scene.PerspectiveCamera; --- 20,30 ---- * * 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 javafx.application.ConditionalFeature; import javafx.application.Platform; import javafx.scene.Group; import javafx.scene.PerspectiveCamera;
*** 34,44 **** import javafx.scene.shape.MeshView; import javafx.scene.shape.TriangleMesh; import javafx.scene.shape.VertexFormat; import javafx.stage.Stage; import org.junit.Test; ! import testharness.VisualTestBase; /** * Basic TriangleMesh validation tests. */ public class TriangleMeshPNTValidationTest extends VisualTestBase { --- 34,44 ---- import javafx.scene.shape.MeshView; import javafx.scene.shape.TriangleMesh; import javafx.scene.shape.VertexFormat; import javafx.stage.Stage; import org.junit.Test; ! import test.robot.testharness.VisualTestBase; /** * Basic TriangleMesh validation tests. */ public class TriangleMeshPNTValidationTest extends VisualTestBase {
< prev index next >