amanda.hinchman-dominguez
01/20/2019, 12:12 AMFxToolkit.registerPrimaryStage( )
, do we do this to basically have a listener for the existence of components on the stage? I suppose using the FxToolkit
is the JavaFX way of testing - does this mean that when you initialize TornadoFX `View`/`Fragment`, it is implied that there is a stage?SackCastellon
01/20/2019, 1:20 PMForm
so in that case you use FxToolkit.registerPrimaryStage()
, which also returns the primary stage in case it is needed, but in the FormTest
it is not.amanda.hinchman-dominguez
01/20/2019, 3:21 PMamanda.hinchman-dominguez
01/20/2019, 3:22 PMSackCastellon
01/20/2019, 3:26 PMroot
layout.amanda.hinchman-dominguez
01/20/2019, 3:28 PMSackCastellon
01/20/2019, 3:30 PM