On Mon, 3 May 2021 09:41:44 GMT, Ambarish Rapte <ara...@openjdk.org> wrote:
>> mstr2 has updated the pull request incrementally with one additional commit >> since the last revision: >> >> Use MockListObserver > > modules/javafx.controls/src/test/java/test/javafx/scene/control/TreeViewTest.java > line 3704: > >> 3702: observer.check1(); >> 3703: observer.checkAddRemove(0, >> treeView.getSelectionModel().getSelectedItems(), List.of(c1, c2, c3), 1, 1); >> 3704: } > > These test validate the getRemoved() list. I think we should also have a test > for exception. I think this is no longer part of this PR. ------------- PR: https://git.openjdk.java.net/jfx/pull/480