Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
static TestInstance.Lifecycle |
TestInstance.Lifecycle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestInstance.Lifecycle[] |
TestInstance.Lifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static TestInstance.Lifecycle |
TestInstanceLifecycleUtils.getDefaultTestInstanceLifecycle(ConfigurationParameters configParams) |
(package private) static TestInstance.Lifecycle |
TestInstanceLifecycleUtils.getTestInstanceLifecycle(java.lang.Class<?> testClass,
ConfigurationParameters configParams) |
Modifier and Type | Method and Description |
---|---|
private TestInstanceProvider |
ClassTestDescriptor.testInstanceProvider(JupiterEngineExecutionContext parentExecutionContext,
ExtensionRegistry registry,
ClassExtensionContext extensionContext,
TestInstance.Lifecycle lifecycle) |