Hi all,
I've just forked the TestFX project in order to play with it a bit.
I'm using Netbeans and I've just opened the Gradle project, and therefore opened the testfx-core maven subproject.
I am using JDK 8u20. And I currently have some unresolved dependencies:
import static org.junit.Assume.assumeFalse;
That junit method seems to be not found in GuiTest.
And every
import static org.mockito.
is no where to be found. I cannot see it in the POM somewhere.
Is all this normal? Maybe I forgot to do something, let me know.
Best regards,
Sam'