Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Optional<java.lang.Long> |
MethodOrderer.Random.getCustomSeed(MethodOrdererContext context) |
void |
MethodOrderer.orderMethods(MethodOrdererContext context)
Order the methods encapsulated in the supplied
MethodOrdererContext . |
void |
MethodOrderer.Alphanumeric.orderMethods(MethodOrdererContext context)
Sort the methods encapsulated in the supplied
MethodOrdererContext alphanumerically based on their names
and formal parameter lists. |
void |
MethodOrderer.OrderAnnotation.orderMethods(MethodOrdererContext context)
Sort the methods encapsulated in the supplied
MethodOrdererContext based on the @Order
annotation. |
void |
MethodOrderer.Random.orderMethods(MethodOrdererContext context)
Order the methods encapsulated in the supplied
MethodOrdererContext pseudo-randomly. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultMethodOrdererContext
Default implementation of
MethodOrdererContext . |