the JavaFX javadocs speak about the "Application l...
# tornadofx
h
the JavaFX javadocs speak about the "Application life-cycle" (https://docs.oracle.com/javase/8/javafx/api/javafx/application/Application.html). the JUnit 5 documentation incidentally calls methods annotated as
@BeforeEach
,
@AfterEach
, and
@Test
as part of the "test execution lifecycle" (http://junit.org/junit5/docs/current/user-guide/#extensions-lifecycle-callbacks).