private static final class JupiterEngineExecutionContext.State
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
(package private) ConfigurationParameters |
configurationParameters |
(package private) EngineExecutionListener |
executionListener |
(package private) ExtensionContext |
extensionContext |
(package private) ExtensionRegistry |
extensionRegistry |
(package private) TestInstanceProvider |
testInstanceProvider |
(package private) ThrowableCollector |
throwableCollector |
Constructor and Description |
---|
State(EngineExecutionListener executionListener,
ConfigurationParameters configurationParameters) |
Modifier and Type | Method and Description |
---|---|
JupiterEngineExecutionContext.State |
clone() |
final EngineExecutionListener executionListener
final ConfigurationParameters configurationParameters
TestInstanceProvider testInstanceProvider
ExtensionRegistry extensionRegistry
ExtensionContext extensionContext
ThrowableCollector throwableCollector
State(EngineExecutionListener executionListener, ConfigurationParameters configurationParameters)
public JupiterEngineExecutionContext.State clone()
clone
in class java.lang.Object