| Method and Description |
|---|
| org.testfx.api.FxRobot.closeCurrentWindow()
The implementation of this method simply pushes the keys ALT+F4 which
does not close the current window on all platforms.
|
| org.testfx.matcher.control.TableViewMatchers.hasItems(int)
Use
TableViewMatchers.hasNumRows(int amount) instead. |
| org.testfx.api.FxRobot.scroll(int) |