javaFX toolkit not initialized while testing in junit 5
So i am making a school project with javaFX and i need to make test with junit 5. But when i try to run my test i get an ExceptionInitializeError because the “ToolKit” is not initialized. How can i initialize this toolkit?