Uses of Interface
org.junit.jupiter.api.MethodOrderer
Packages that use MethodOrderer
Package
Description
JUnit Jupiter API for writing tests.
Configuration specific to the JUnit Jupiter test engine.
-
Uses of MethodOrderer in org.junit.jupiter.api
Classes in org.junit.jupiter.api that implement MethodOrdererModifier and TypeClassDescriptionstatic classDeprecated.static classMethodOrdererthat sorts methods alphanumerically based on their display names usingString.compareTo(String)static classMethodOrdererthat sorts methods alphanumerically based on their names usingString.compareTo(String).static classMethodOrdererthat sorts methods based on the@Orderannotation.static classMethodOrdererthat orders methods pseudo-randomly. -
Uses of MethodOrderer in org.junit.jupiter.engine.config
Methods in org.junit.jupiter.engine.config that return types with arguments of type MethodOrdererModifier and TypeMethodDescriptionCachingJupiterConfiguration.getDefaultTestMethodOrderer()DefaultJupiterConfiguration.getDefaultTestMethodOrderer()JupiterConfiguration.getDefaultTestMethodOrderer()
MethodOrderer.MethodName; to be removed in 6.0