Class JupiterEngineExecutionContext

    • Method Detail

      • 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