Uses of Interface
org.junit.jupiter.api.MethodOrderer
| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
-
Uses of MethodOrderer in org.junit.jupiter.api
Classes in org.junit.jupiter.api that implement MethodOrderer Modifier and Type Class Description static classMethodOrderer.AlphanumericDeprecated.static classMethodOrderer.DisplayNameMethodOrdererthat sorts methods alphanumerically based on their display names usingString.compareTo(String)static classMethodOrderer.MethodNameMethodOrdererthat sorts methods alphanumerically based on their names usingString.compareTo(String).static classMethodOrderer.OrderAnnotationMethodOrdererthat sorts methods based on the@Orderannotation.static classMethodOrderer.RandomMethodOrdererthat orders methods pseudo-randomly.
MethodOrderer.MethodName; to be removed in 6.0