I am writing some unit tests with testfx. Is there...
# tornadofx
j
I am writing some unit tests with testfx. Is there a way to block the UI thread while I am doing some work in my test and only then free up the ui thread? I would like to check that some events have not yet been processed on the ui thread