Uses of Class
org.testfx.assertions.api.TableViewAssert
Packages that use TableViewAssert
-
Uses of TableViewAssert in org.testfx.assertions.api
Methods in org.testfx.assertions.api that return TableViewAssertModifier and TypeMethodDescriptionstatic <T> TableViewAssert
<T> Assertions.assertThat
(javafx.scene.control.TableView<T> actual) Create assertion forTableView
.