Join Slack
Powered by
the JavaFX javadocs speak about the "Application l...
# tornadofx
h
hastebrot
01/28/2017, 9:09 AM
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
).
Open in Slack
Previous
Next