sialcasa / mvvmFX

an Application Framework for implementing the MVVM Pattern with JavaFX
Apache License 2.0
489 stars 104 forks source link

JUnit 5 alternative for '@TestInJfxThread' #556

Closed manuel-mauky closed 6 years ago

manuel-mauky commented 6 years ago

For JUnit 4 we have JfxRunner to start a JavaFX Thread for JUnit and @TestInJfxThread to run a specific test on the JavaFX Thread.

For JUnit 5 we have implemented an alternative for JfxRunner (see #504) but there is no easy alternative for @TestInJfxThread.