Skip to content
New issue

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

integrate jfx-testrunner in mvvmfx-testing-utils #247

Closed
manuel-mauky opened this issue May 18, 2015 · 2 comments
Closed

integrate jfx-testrunner in mvvmfx-testing-utils #247

manuel-mauky opened this issue May 18, 2015 · 2 comments
Labels
Milestone

Comments

@manuel-mauky
Copy link
Collaborator

Include the jfx-testrunner in mvvmfx-testing-utils.

@manuel-mauky manuel-mauky added this to the 1.3.0 milestone May 18, 2015
@sideisra
Copy link
Contributor

+1

@manuel-mauky manuel-mauky modified the milestones: 1.4.0 - future ideas, 1.3.0 Jun 10, 2015
manuel-mauky added a commit that referenced this issue Jul 23, 2015
@manuel-mauky
Copy link
Collaborator Author

I've added a modified version of the JfxRunner. Our version now uses the JFXPanel internally instead of starting a "real" application. The reason for this decision is that there were problems in combination with TestFX with the original JfxRunner. If you had JfxRunner tests and TestFX tests in the same build there was an java.lang.IllegalStateException: Application launch must not be called more than once thrown.

With the JFXPanel based JfxRunner this seems to work but I don't know if there are other issues with JFXPanel solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants