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 classMethodOrderer.AlphanumericDeprecated.Please useMethodOrderer.MethodNameinstead.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.Methods in org.junit.jupiter.api that return types with arguments of type MethodOrderer Modifier and Type Method Description java.lang.Class<? extends MethodOrderer>value()TheMethodOrdererto use.
-