Class ApplicationExtension.AnnotationBasedApplicationFixture

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.reflect.Method> init  
      private java.util.List<java.lang.reflect.Method> start  
      private java.util.List<java.lang.reflect.Method> stop  
      private java.lang.Object testInstance  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AnnotationBasedApplicationFixture​(java.lang.Object testInstance, java.util.List<java.lang.reflect.Method> init, java.util.List<java.lang.reflect.Method> start, java.util.List<java.lang.reflect.Method> stop)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()  
      void start​(javafx.stage.Stage stage)  
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • testInstance

        private final java.lang.Object testInstance
      • init

        private final java.util.List<java.lang.reflect.Method> init
      • start

        private final java.util.List<java.lang.reflect.Method> start
      • stop

        private final java.util.List<java.lang.reflect.Method> stop
    • Constructor Detail

      • AnnotationBasedApplicationFixture

        private AnnotationBasedApplicationFixture​(java.lang.Object testInstance,
                                                  java.util.List<java.lang.reflect.Method> init,
                                                  java.util.List<java.lang.reflect.Method> start,
                                                  java.util.List<java.lang.reflect.Method> stop)
    • Method Detail

      • init

        public void init()
                  throws java.lang.reflect.InvocationTargetException,
                         java.lang.IllegalAccessException
        Specified by:
        init in interface ApplicationFixture
        Throws:
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException
      • start

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

        public void stop()
                  throws java.lang.reflect.InvocationTargetException,
                         java.lang.IllegalAccessException
        Specified by:
        stop in interface ApplicationFixture
        Throws:
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException