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

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

@@ -1,6 +1,6 @@
-package javafx.css;
+package test.javafx.css;
 
 import com.sun.javafx.property.PropertyReference;
 import javafx.scene.paint.LinearGradient;
 import javafx.beans.property.ReadOnlyProperty;
 import javafx.beans.value.ObservableValue;

@@ -27,10 +27,14 @@
 import org.junit.runners.Parameterized;
 
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.List;
+import javafx.css.CssMetaData;
+import javafx.css.Styleable;
+import javafx.css.StyleableProperty;
+import javafx.css.StyleablePropertyFactory;
 
 import static org.junit.Assert.*;
 
 @RunWith(Parameterized.class)
 public class StyleablePropertyFactoryTest {