I was thinking about TestFX classes for TornardoFX...
# tornadofx
h
I was thinking about TestFX classes for TornardoFX tests like
AppTest
,
ViewTest
(maybe
UIComponentTest
).
AppTest
could test the whole application, while
ViewTest
could test a single view. If this works somehow with injection and all this stuff.