We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error log - D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:14: error: package org.loadui.testfx.framework.robot.impl does not exist import org.loadui.testfx.framework.robot.impl.FxRobotImpl; ^ D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:15: error: cannot find symbol import org.testfx.api.FxLifecycle; ^ symbol: class FxLifecycle location: package org.testfx.api D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:21: error: cannot find symbol public class HelloTest extends FxRobotImpl { ^ symbol: class FxRobotImpl D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:43: error: cannot find symbol FxLifecycle.registerPrimaryStage(); ^ symbol: variable FxLifecycle location: class HelloTest D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:44: error: cannot find symbol FxLifecycle.setupApplication(HelloApplication.class); ^ symbol: variable FxLifecycle location: class HelloTest D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:50: error: cannot find symbol clickOn("#clickButton"); ^ symbol: method clickOn(String) location: class HelloTest 6 errors :compileTestJava FAILED
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered:
The demo project needs to be updated to TestFX 4.0.1-alpha.
Sorry, something went wrong.
Is that in the plan ?. I'm trying to setup a sample TestFX project and would like to have a starter demo project since I'm new to TestFX and JavaFX.
Regards. Dhananjay
Here's my TODO for this:
Stage
Application
No branches or pull requests
error log -
D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:14: error: package org.loadui.testfx.framework.robot.impl does not exist
import org.loadui.testfx.framework.robot.impl.FxRobotImpl;
^
D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:15: error: cannot find symbol
import org.testfx.api.FxLifecycle;
^
symbol: class FxLifecycle
location: package org.testfx.api
D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:21: error: cannot find symbol
public class HelloTest extends FxRobotImpl {
^
symbol: class FxRobotImpl
D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:43: error: cannot find symbol
FxLifecycle.registerPrimaryStage();
^
symbol: variable FxLifecycle
location: class HelloTest
D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:44: error: cannot find symbol
FxLifecycle.setupApplication(HelloApplication.class);
^
symbol: variable FxLifecycle
location: class HelloTest
D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:50: error: cannot find symbol
clickOn("#clickButton");
^
symbol: method clickOn(String)
location: class HelloTest
6 errors
:compileTestJava FAILED
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered: