UI components are considerably more difficult to write automated tests, as they are on the JavaFX framework which has its own limitations on threading, among other issues.
Let's exclude UI from test coverage, so that we can focus on the other components.
UI components are considerably more difficult to write automated tests, as they are on the JavaFX framework which has its own limitations on threading, among other issues.
Let's exclude UI from test coverage, so that we can focus on the other components.