| Interface | Description |
|---|---|
| ApplicationFixture |
| Class | Description |
|---|---|
| ApplicationAdapter | |
| ApplicationExtension | |
| ApplicationTest | |
| JavaFXInterceptorUtils |
Simple JUnit 5 extension to ensure that
@Test statements are executed
in the JavaFX UI thread. |
| JavaFXInterceptorUtils.JavaFxInterceptor |
Simple JUnit 5 extension to ensure that
@Test statements are executed
in the JavaFX UI thread. |
| JavaFXInterceptorUtils.SelectiveJavaFxInterceptor |
Simple JUnit 5 extension to ensure that
@Test statements are executed
in the JavaFX UI thread. |
| Annotation Type | Description |
|---|---|
| Init | |
| Start | |
| Stop | |
| TestFx |
extension of JUnits @Test annotation to indicate that a particular test should be explicitly
executed within the JavaFX thread.
|