Package org.testfx.framework.junit5
Annotation Type TestFx
@Target({ANNOTATION_TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Test
@Tag("TestWithinJavaFX")
public @interface TestFx
extension of JUnits @Test annotation to indicate that a particular test should be explicitly
executed within the JavaFX thread.