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