Class ApplicationTest

    • Constructor Detail

      • ApplicationTest

        public ApplicationTest()
    • Method Detail

      • launch

        public static void launch​(java.lang.Class<? extends javafx.application.Application> appClass,
                                  java.lang.String... appArgs)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • internalBefore

        @BeforeEach
        public final void internalBefore()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • internalAfter

        @AfterEach
        public final void internalAfter()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • init

        public void init()
                  throws java.lang.Exception
        Specified by:
        init in interface ApplicationFixture
        Throws:
        java.lang.Exception
      • start

        public void start​(javafx.stage.Stage stage)
                   throws java.lang.Exception
        Specified by:
        start in interface ApplicationFixture
        Throws:
        java.lang.Exception
      • stop

        public void stop()
                  throws java.lang.Exception
        Specified by:
        stop in interface ApplicationFixture
        Throws:
        java.lang.Exception
      • getHostServices

        @Deprecated
        public final javafx.application.HostServices getHostServices()
        Deprecated.
      • getParameters

        @Deprecated
        public final javafx.application.Application.Parameters getParameters()
        Deprecated.
      • notifyPreloader

        @Deprecated
        public final void notifyPreloader​(javafx.application.Preloader.PreloaderNotification notification)
        Deprecated.