| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
| org.junit.jupiter.engine.config |
Configuration specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodOrderer.Alphanumeric
Deprecated.
as of JUnit Jupiter 5.7 in favor of
MethodOrderer.MethodName;
to be removed in 6.0 |
static class |
MethodOrderer.DisplayName
MethodOrderer that sorts methods alphanumerically based on their
display names using String.compareTo(String) |
static class |
MethodOrderer.MethodName
MethodOrderer that sorts methods alphanumerically based on their
names using String.compareTo(String). |
static class |
MethodOrderer.OrderAnnotation
MethodOrderer that sorts methods based on the @Order
annotation. |
static class |
MethodOrderer.Random
MethodOrderer that orders methods pseudo-randomly. |
| Modifier and Type | Field and Description |
|---|---|
private static InstantiatingConfigurationParameterConverter<MethodOrderer> |
DefaultJupiterConfiguration.methodOrdererConverter |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<MethodOrderer> |
CachingJupiterConfiguration.getDefaultTestMethodOrderer() |
java.util.Optional<MethodOrderer> |
DefaultJupiterConfiguration.getDefaultTestMethodOrderer() |
java.util.Optional<MethodOrderer> |
JupiterConfiguration.getDefaultTestMethodOrderer() |