Class JavaFXThreadingRule.OnJFXThreadStatement

  • Enclosing class:
    JavaFXThreadingRule

    private static class JavaFXThreadingRule.OnJFXThreadStatement
    extends org.junit.runners.model.Statement
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Throwable rethrownException  
      private org.junit.runners.model.Statement statement  
    • Constructor Summary

      Constructors 
      Constructor Description
      OnJFXThreadStatement​(org.junit.runners.model.Statement aStatement)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void evaluate()  
      protected void setupJavaFX()  
      • Methods inherited from class java.lang.Object

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

      • statement

        private final org.junit.runners.model.Statement statement
      • rethrownException

        private java.lang.Throwable rethrownException
    • Constructor Detail

      • OnJFXThreadStatement

        public OnJFXThreadStatement​(org.junit.runners.model.Statement aStatement)
    • Method Detail

      • evaluate

        public void evaluate()
                      throws java.lang.Throwable
        Specified by:
        evaluate in class org.junit.runners.model.Statement
        Throws:
        java.lang.Throwable
      • setupJavaFX

        protected void setupJavaFX()
                            throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException