modules/graphics/src/test/java/test/javafx/css/PaintTypeTest.java

Print this page
rev 9250 : 8134762: Refactor Javafx graphics module tests for clear separation of tests
Reviewed-by:

@@ -21,20 +21,26 @@
  * 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.css;
+package test.javafx.css;
 
+import test.javafx.css.TypeTest;
 import javafx.scene.paint.Color;
 import javafx.scene.paint.CycleMethod;
 import javafx.scene.paint.LinearGradient;
 import javafx.scene.paint.Paint;
 import javafx.scene.paint.RadialGradient;
 import javafx.scene.paint.Stop;
 import javafx.scene.text.Font;
 import com.sun.javafx.css.ParsedValueImpl;
+import javafx.css.CssParser;
+import javafx.css.ParsedValue;
+import javafx.css.Size;
+import javafx.css.SizeUnits;
+import javafx.css.Stylesheet;
 import javafx.css.converter.PaintConverter;
 import javafx.css.converter.StopConverter;
 import org.junit.Test;
 import static org.junit.Assert.assertEquals;