fujaba / fulibFx

A framework for JavaFX applications that is designed for MVC pattern projects.
https://fujaba.github.io/fulibFx/
MIT License
2 stars 0 forks source link

Enhance ludo tests #89

Closed LeStegii closed 3 months ago

LeStegii commented 4 months ago

Until now, the setup controller was created, initialized, rendered, displayed and then destroyed every time a controller test was run. This PR adds a check to disable the show call in the app startup if the app is run inside a controller test.