Uses of Interface
org.junit.jupiter.api.MethodOrderer
-
Packages that use MethodOrderer Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests.org.junit.jupiter.engine.config Configuration specific to the JUnit Jupiter test engine. -
-
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 Class<? extends MethodOrderer>value()TheMethodOrdererto use. -
Uses of MethodOrderer in org.junit.jupiter.engine.config
Methods in org.junit.jupiter.engine.config that return types with arguments of type MethodOrderer Modifier and Type Method Description Optional<MethodOrderer>CachingJupiterConfiguration. getDefaultTestMethodOrderer()Optional<MethodOrderer>DefaultJupiterConfiguration. getDefaultTestMethodOrderer()Optional<MethodOrderer>JupiterConfiguration. getDefaultTestMethodOrderer()
-