I'm bumping into an issue testing my View with Tes...
# tornadofx
c
I'm bumping into an issue testing my View with TestFX. It seems the Model it requests (
by inject()
) is being retained between tests. What's the best way to reset that?