jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Test : Fx tests #219

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

JUnit tests for the JavaFX UI, using TestFX 4.0.6-alpha.

Not headless at the moment of PR creation, looking into it.

Note : This PR is dependent on #218 by necessity, since it uses the testing utilities introduced there. The changes in this PR specifically start at commit f4d2bcb7c921e6e0a96a0b7638e75e4065cdfa55.

PhRX commented 7 years ago

Too unstable yet for a PR, over multiple runs random failures occur in the headless tests. Will open a new PR when the headless testing is solid.