Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
Modifier and Type | Class and Description |
---|---|
static class |
MethodOrderer.Alphanumeric
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. |