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 class
Deprecated.static class
MethodOrderer
that sorts methods alphanumerically based on their display names usingString.compareTo(String)
static class
MethodOrderer
that sorts methods alphanumerically based on their names usingString.compareTo(String)
.static class
MethodOrderer
that sorts methods based on the@Order
annotation.static class
MethodOrderer
that 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