| Package | Description |
|---|---|
| org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
| Modifier and Type | Field and Description |
|---|---|
private JupiterEngineExecutionContext.State |
JupiterEngineExecutionContext.Builder.newState |
private JupiterEngineExecutionContext.State |
JupiterEngineExecutionContext.Builder.originalState |
private JupiterEngineExecutionContext.State |
JupiterEngineExecutionContext.state |
| Modifier and Type | Method and Description |
|---|---|
JupiterEngineExecutionContext.State |
JupiterEngineExecutionContext.State.clone() |
private JupiterEngineExecutionContext.State |
JupiterEngineExecutionContext.Builder.newState() |
| Constructor and Description |
|---|
Builder(JupiterEngineExecutionContext.State originalState) |
JupiterEngineExecutionContext(JupiterEngineExecutionContext.State state) |