modules/controls/src/test/java/javafx/scene/control/PaginationTest.java

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

*** 48,58 **** import org.junit.Before; import org.junit.Ignore; import org.junit.Test; ! import com.sun.javafx.pgstub.StubToolkit; import com.sun.javafx.scene.control.infrastructure.KeyEventFirer; import com.sun.javafx.scene.control.infrastructure.MouseEventGenerator; import com.sun.javafx.tk.Toolkit; public class PaginationTest { --- 48,58 ---- import org.junit.Before; import org.junit.Ignore; import org.junit.Test; ! import test.com.sun.javafx.pgstub.StubToolkit; import com.sun.javafx.scene.control.infrastructure.KeyEventFirer; import com.sun.javafx.scene.control.infrastructure.MouseEventGenerator; import com.sun.javafx.tk.Toolkit; public class PaginationTest {