Uses of Interface
org.junit.jupiter.api.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
Modifier 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
Modifier and TypeMethodDescriptionCachingJupiterConfiguration.getDefaultTestMethodOrderer()
DefaultJupiterConfiguration.getDefaultTestMethodOrderer()
JupiterConfiguration.getDefaultTestMethodOrderer()
MethodOrderer.MethodName
; to be removed in 6.0