--
You received this message because you are subscribed to the Google Groups "TestFX" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testfx-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ohhh so I would just treat my test like a normal junit test, put the Lifecycle object in a @BeforeClass method and instantiate it there as shown. Then I use an FXRobot (like FxRobotImpl) to do things like click and find in the @Test methods themselves, right?
The stage handling in FXLifecycle makes a lot of sense; I'll be playing with this when I get home, thanks!