java.lang.Object
org.junit.jupiter.api.MethodOrderer.MethodName
org.junit.jupiter.api.MethodOrderer.Alphanumeric
- All Implemented Interfaces:
MethodOrderer
- Enclosing interface:
MethodOrderer
@API(status=DEPRECATED,
since="5.7")
@Deprecated
public static class MethodOrderer.Alphanumeric
extends MethodOrderer.MethodName
Deprecated.
MethodOrderer that sorts methods alphanumerically based on their
names using String.compareTo(String).
If two methods have the same name, String representations of
their formal parameter lists will be used as a fallback for comparing the
methods.
- Since:
- 5.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.jupiter.api.MethodOrderer
MethodOrderer.Alphanumeric, MethodOrderer.DisplayName, MethodOrderer.MethodName, MethodOrderer.OrderAnnotation, MethodOrderer.Random -
Field Summary
Fields inherited from interface org.junit.jupiter.api.MethodOrderer
DEFAULT_ORDER_PROPERTY_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.jupiter.api.MethodOrderer.MethodName
orderMethodsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.MethodOrderer
getDefaultExecutionMode
-
Constructor Details
-
Alphanumeric
public Alphanumeric()Deprecated.
-
MethodOrderer.MethodName; to be removed in 6.0