Uses of Interface
org.junit.jupiter.api.MethodOrderer
-
Packages that use 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 class
MethodOrderer.Alphanumeric
MethodOrderer
that sorts methods alphanumerically based on their names usingString.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.Methods in org.junit.jupiter.api that return types with arguments of type MethodOrderer Modifier and Type Method Description Class<? extends MethodOrderer>
value()
TheMethodOrderer
to use.
-