Annotation Type TestInFxThread


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