Module org.junit.jupiter.engine
Class JupiterEngineExecutionContext
java.lang.Object
org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
- All Implemented Interfaces:
 EngineExecutionContext
@API(status=INTERNAL,
     since="5.0")
public class JupiterEngineExecutionContext
extends Object
implements EngineExecutionContext
- Since:
 - 5.0
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionJupiterEngineExecutionContext(EngineExecutionListener executionListener, JupiterConfiguration configuration, LauncherStoreFacade launcherStoreFacade)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidbeforeAllCallbacksExecuted(boolean beforeAllCallbacksExecuted) Track that an attempt was made to executeBeforeAllCallbackextensions.booleanvoidbeforeAllMethodsExecuted(boolean beforeAllMethodsExecuted) Track that an attempt was made to execute@BeforeAllmethods.voidclose()extend() 
- 
Constructor Details
- 
JupiterEngineExecutionContext
public JupiterEngineExecutionContext(EngineExecutionListener executionListener, JupiterConfiguration configuration, LauncherStoreFacade launcherStoreFacade)  
 - 
 - 
Method Details
- 
close
- Throws:
 Exception
 - 
getExecutionListener
 - 
getConfiguration
 - 
getLauncherStoreFacade
 - 
getTestInstancesProvider
 - 
getExtensionRegistry
 - 
getExtensionContext
 - 
getThrowableCollector
 - 
beforeAllCallbacksExecuted
public void beforeAllCallbacksExecuted(boolean beforeAllCallbacksExecuted) Track that an attempt was made to executeBeforeAllCallbackextensions.- Since:
 - 5.3
 
 - 
beforeAllCallbacksExecuted
public boolean beforeAllCallbacksExecuted()- Returns:
 trueif an attempt was made to executeBeforeAllCallbackextensions- Since:
 - 5.3
 
 - 
beforeAllMethodsExecuted
public void beforeAllMethodsExecuted(boolean beforeAllMethodsExecuted) Track that an attempt was made to execute@BeforeAllmethods. - 
beforeAllMethodsExecuted
public boolean beforeAllMethodsExecuted()- Returns:
 trueif an attempt was made to execute@BeforeAllmethods
 - 
extend
 
 -