Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
private TestInstanceProvider |
ClassTestDescriptor.testInstanceProvider(JupiterEngineExecutionContext parentExecutionContext,
ExtensionRegistry registry,
ClassExtensionContext extensionContext,
TestInstance.Lifecycle lifecycle) |
Modifier and Type | Field and Description |
---|---|
(package private) TestInstanceProvider |
JupiterEngineExecutionContext.State.testInstanceProvider |
Modifier and Type | Method and Description |
---|---|
TestInstanceProvider |
JupiterEngineExecutionContext.getTestInstanceProvider() |
Modifier and Type | Method and Description |
---|---|
JupiterEngineExecutionContext.Builder |
JupiterEngineExecutionContext.Builder.withTestInstanceProvider(TestInstanceProvider testInstanceProvider) |