Class JavaFxConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.bmiag.tapir.javafx.ApplicationTestFixture applicationTestFixture​(boolean headless)  
      org.testfx.api.FxRobotInterface fxRobot​(de.bmiag.tapir.javafx.ApplicationTestFixture applicationTestFixture)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaFxConfiguration

        public JavaFxConfiguration()
    • Method Detail

      • applicationTestFixture

        @Bean
        public de.bmiag.tapir.javafx.ApplicationTestFixture applicationTestFixture​(@Value("${javafx.headless:#{false}}")
                                                                                   boolean headless)
        Parameters:
        headless - headless
        Returns:
        result
        Since:
        2.0.0
      • fxRobot

        @Bean
        @Primary
        public org.testfx.api.FxRobotInterface fxRobot​(de.bmiag.tapir.javafx.ApplicationTestFixture applicationTestFixture)
        Parameters:
        applicationTestFixture - applicationTestFixture
        Returns:
        result
        Since:
        2.0.0