8u20: Request for feedback on unit test proposal

2014-01-30 Thread Daniel Blaukopf
Hi, I put up on https://javafx-jira.kenai.com/browse/RT-35396 a draft of what our unit tests might look like if we were to run them on top of the real Quantum Toolkit instead of StubToolkit. The main problem is how to solve the threading: tests that use StubToolkit are all accessing the

Re: 8u20: Request for feedback on unit test proposal

2014-01-30 Thread Tom Eugelink
Am I to understand that this is using the VNC server? Because I'm not seeing the tell-tale -D parameters in the gradle.build. Or is this actually running on-screen? Tom On 2014-1-30 18:40, Daniel Blaukopf wrote: Hi, I put up on https://javafx-jira.kenai.com/browse/RT-35396 a draft of what

Re: 8u20: Request for feedback on unit test proposal

2014-01-30 Thread Daniel Blaukopf
It will run with whatever combination of Quantum, Glass and Prism you throw at it. If you run it with -Dheadless=true, FXUnit will run with the headless configuration of Monocle (not the VNC configuration, but you could just as well use that instead). On Jan 30, 2014, at 8:09 PM, Tom Eugelink