I'm thinking of writing a JUnit 5 extension for TornadoFX in the spirit of TestFX's ApplicationExtension to make it a bit easier to cleanly set up and tear down test apps. Would that be of interest to anyone?
👍 1
Carlton Whitehead
06/01/2019, 5:53 PM
@abhinay I took a first pass at implementing this, and I refactored one of my View tests with it.
I'm going to refactor a few other view tests to use it, and then I'll pull it out into a library project (and re-license it since the project it's going into now is GPL, and write some documentation for it)