public static class JupiterEngineExecutionContext.Builder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private JupiterEngineExecutionContext.State |
newState |
private JupiterEngineExecutionContext.State |
originalState |
Modifier | Constructor and Description |
---|---|
private |
Builder(JupiterEngineExecutionContext.State originalState) |
Modifier and Type | Method and Description |
---|---|
JupiterEngineExecutionContext |
build() |
private JupiterEngineExecutionContext.State |
newState() |
JupiterEngineExecutionContext.Builder |
withExtensionContext(ExtensionContext extensionContext) |
JupiterEngineExecutionContext.Builder |
withExtensionRegistry(ExtensionRegistry extensionRegistry) |
JupiterEngineExecutionContext.Builder |
withTestInstanceProvider(TestInstanceProvider testInstanceProvider) |
JupiterEngineExecutionContext.Builder |
withThrowableCollector(ThrowableCollector throwableCollector) |
private JupiterEngineExecutionContext.State originalState
private JupiterEngineExecutionContext.State newState
private Builder(JupiterEngineExecutionContext.State originalState)
public JupiterEngineExecutionContext.Builder withTestInstanceProvider(TestInstanceProvider testInstanceProvider)
public JupiterEngineExecutionContext.Builder withExtensionRegistry(ExtensionRegistry extensionRegistry)
public JupiterEngineExecutionContext.Builder withExtensionContext(ExtensionContext extensionContext)
public JupiterEngineExecutionContext.Builder withThrowableCollector(ThrowableCollector throwableCollector)
public JupiterEngineExecutionContext build()
private JupiterEngineExecutionContext.State newState()