Like, the constructor of `Application` need to be ...
# tornadofx
h
Like, the constructor of
Application
need to be run in the testing thread,
start()
in JavaFX application thread, ... This is ignored in
ClickApplicationTest
, but well,
ClickApplication
doesn't define a constructor, so no problem.