Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2023. All rights reserved.