Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
Modifier and Type | Method | Description |
---|---|---|
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.orderMethods(MethodOrdererContext context) |
Order the methods encapsulated in the supplied
MethodOrdererContext . |
void |
MethodOrderer.Random.orderMethods(MethodOrdererContext context) |
Order the methods encapsulated in the supplied
MethodOrdererContext pseudo-randomly. |
Copyright © 2019. All rights reserved.