Class JupiterEngineExecutionContext

    • Field Detail

      • logger

        private static final org.junit.platform.commons.logging.Logger logger
      • beforeAllCallbacksExecuted

        private boolean beforeAllCallbacksExecuted
      • beforeAllMethodsExecuted

        private boolean beforeAllMethodsExecuted
    • Method Detail

      • close

        public void close()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getExtensionContext

        public org.junit.jupiter.api.extension.ExtensionContext getExtensionContext()
      • beforeAllCallbacksExecuted

        public void beforeAllCallbacksExecuted​(boolean beforeAllCallbacksExecuted)
        Track that an attempt was made to execute BeforeAllCallback extensions.
        Since:
        5.3
      • beforeAllCallbacksExecuted

        public boolean beforeAllCallbacksExecuted()
        Returns:
        true if an attempt was made to execute BeforeAllCallback extensions
        Since:
        5.3
      • beforeAllMethodsExecuted

        public void beforeAllMethodsExecuted​(boolean beforeAllMethodsExecuted)
        Track that an attempt was made to execute @BeforeAll methods.
      • beforeAllMethodsExecuted

        public boolean beforeAllMethodsExecuted()
        Returns:
        true if an attempt was made to execute @BeforeAll methods