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

Print this page
rev 9235 : 8134760: Refactor Javafx base module tests for clear separation of tests
Reviewed-by:

*** 52,62 **** import javafx.beans.property.*; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.collections.FXCollections; import javafx.collections.ListChangeListener; ! import javafx.collections.MockSetObserver; import javafx.collections.ObservableList; import javafx.collections.transformation.SortedList; import javafx.event.Event; import javafx.event.EventHandler; import javafx.geometry.Orientation; --- 52,62 ---- import javafx.beans.property.*; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.collections.FXCollections; import javafx.collections.ListChangeListener; ! import test.javafx.collections.MockSetObserver; import javafx.collections.ObservableList; import javafx.collections.transformation.SortedList; import javafx.event.Event; import javafx.event.EventHandler; import javafx.geometry.Orientation;