Module org.junit.jupiter.engine
Class JupiterEngineExecutionContext.State
- java.lang.Object
-
- org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- JupiterEngineExecutionContext
private static final class JupiterEngineExecutionContext.State extends java.lang.Object implements java.lang.Cloneable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) JupiterConfiguration
configuration
(package private) EngineExecutionListener
executionListener
(package private) ExtensionContext
extensionContext
(package private) MutableExtensionRegistry
extensionRegistry
(package private) TestInstancesProvider
testInstancesProvider
(package private) ThrowableCollector
throwableCollector
-
Constructor Summary
Constructors Constructor Description State(EngineExecutionListener executionListener, JupiterConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JupiterEngineExecutionContext.State
clone()
-
-
-
Field Detail
-
executionListener
final EngineExecutionListener executionListener
-
configuration
final JupiterConfiguration configuration
-
testInstancesProvider
TestInstancesProvider testInstancesProvider
-
extensionRegistry
MutableExtensionRegistry extensionRegistry
-
extensionContext
ExtensionContext extensionContext
-
throwableCollector
ThrowableCollector throwableCollector
-
-
Constructor Detail
-
State
State(EngineExecutionListener executionListener, JupiterConfiguration configuration)
-
-
Method Detail
-
clone
public JupiterEngineExecutionContext.State clone()
- Overrides:
clone
in classjava.lang.Object
-
-