Annotation Type TestInFxThread
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface TestInFxThreadAnnotation to mark a test class or test method to be executed within the JavaFX thread. Only works together when the test class usesFxThreadForAllMonocleExtensionorFxThreadForEachMonocleExtensionextensions.- Author:
- MartinKoster