Interface ApplicationFixture

  • All Known Implementing Classes:
    ApplicationRule, ApplicationTest

    public interface ApplicationFixture
    An interface that represents a JavaFX application (something that can be initialized, started, and stopped).
    • Method Detail

      • init

        void init()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • start

        void start​(javafx.stage.Stage stage)
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stop

        void stop()
           throws java.lang.Exception
        Throws:
        java.lang.Exception