Class JupiterEngineExecutionContext

  • All Implemented Interfaces:
    org.junit.platform.engine.support.hierarchical.EngineExecutionContext


    @API(status=INTERNAL,
         since="5.0")
    public class JupiterEngineExecutionContext
    extends java.lang.Object
    implements org.junit.platform.engine.support.hierarchical.EngineExecutionContext
    Since:
    5.0
    • Constructor Detail

      • JupiterEngineExecutionContext

        public JupiterEngineExecutionContext​(org.junit.platform.engine.EngineExecutionListener executionListener,
                                             org.junit.platform.engine.ConfigurationParameters configurationParameters)
    • Method Detail

      • close

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

        public org.junit.platform.engine.EngineExecutionListener getExecutionListener​()
      • getConfigurationParameters

        public org.junit.platform.engine.ConfigurationParameters getConfigurationParameters​()
      • getExtensionContext

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

        public void beforeAllMethodsExecuted​(boolean beforeAllMethodsExecuted)
      • beforeAllMethodsExecuted

        public boolean beforeAllMethodsExecuted​()