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