< prev index next >

tests/system/src/test/java/test/javafx/scene/text/TextNodeTest.java

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

*** 21,40 **** * 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 javafx.scene.text; import com.sun.javafx.application.PlatformImpl; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import javafx.geometry.Bounds; import javafx.geometry.VPos; import javafx.scene.shape.LineTo; import javafx.scene.shape.MoveTo; import javafx.scene.shape.PathElement; import org.junit.BeforeClass; import org.junit.Test; import static org.junit.Assert.*; --- 21,42 ---- * 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.javafx.scene.text; import com.sun.javafx.application.PlatformImpl; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import javafx.geometry.Bounds; import javafx.geometry.VPos; import javafx.scene.shape.LineTo; import javafx.scene.shape.MoveTo; import javafx.scene.shape.PathElement; + import javafx.scene.text.Font; + import javafx.scene.text.Text; import org.junit.BeforeClass; import org.junit.Test; import static org.junit.Assert.*;
< prev index next >