Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
org.junit.jupiter.api.parallel |
JUnit Jupiter API for influencing parallel test execution.
|
org.junit.jupiter.engine.config |
Configuration specific to the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<ExecutionMode> |
MethodOrderer.getDefaultExecutionMode()
Get the default
ExecutionMode for the test class
configured with this MethodOrderer . |
java.util.Optional<ExecutionMode> |
MethodOrderer.Random.getDefaultExecutionMode()
Get the default
ExecutionMode for the test class. |
Modifier and Type | Method and Description |
---|---|
static ExecutionMode |
ExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private static EnumConfigurationParameterConverter<ExecutionMode> |
DefaultJupiterConfiguration.executionModeConverter |
Modifier and Type | Method and Description |
---|---|
ExecutionMode |
JupiterConfiguration.getDefaultExecutionMode() |
ExecutionMode |
DefaultJupiterConfiguration.getDefaultExecutionMode() |
ExecutionMode |
CachingJupiterConfiguration.getDefaultExecutionMode() |
Modifier and Type | Method and Description |
---|---|
static Node.ExecutionMode |
JupiterTestDescriptor.toExecutionMode(ExecutionMode mode) |