Add: Game UI Taskbar tests #314

Merged
j.kropff merged 8 commits from feat/game-ui-tests into main 2026-04-26 23:36:18 +02:00
Showing only changes of commit 822d9a0e1e - Show all commits
@@ -39,9 +39,7 @@ class TaskbarControllerSmokeTest {
}
}
/**
* Ensures FXML loads and controller initializes without errors.
*/
/** Ensures FXML loads and controller initializes without errors. */
@Test
void taskbarLoadsWithoutErrors() throws Exception {
URL url = getClass().getResource("/ui-structure/gameuicomponents/Taskbar.fxml");