Ortner
Ortner
Hi, I'm using TestFX with gradle and eclipse. Both work fine. Can you tear down the error any further (Stacktrace etc.)? Basically I assume that when it works in eclipse,...
Why are you setting the implicit exit to false? Is the test working, when you comment this line?
Otherwise: The exception says, that the FX-Application Thread has not been started or has been killed during the test. Is this the only exception you see, or are there more?...
There shouldn't be a need to set implicit exit to false in the first instance (this is already done internally in the FXToolkit). I just copied your gradle script and...
Which vendor and version of Java you are running? This is a very strange behaviour, as the flag is correctly set in the first test and your fix for the...
Which build version (the number after the "b")? Just tried with 1.8.0_152-b16 and it works too.
The exceptions occuring asynchronous to the test thread are stored internally by TestFx. Whenever you call a asynch method those exceptions are checked and thrown on your test thread. So...
PS: What is the meaning of `EqualsVerifier`? I didn't get that...
No Problem. Everything working now?
Sorry, I'm losing a bit the scope. What is the remaining Problem (Exception etc.)? Can you post the test method of the failing test?