Class MethodOrderer.DisplayName

java.lang.Object
org.junit.jupiter.api.MethodOrderer.DisplayName
All Implemented Interfaces:
MethodOrderer
Enclosing interface:
MethodOrderer

@API(status=EXPERIMENTAL,
     since="5.7")
public static class MethodOrderer.DisplayName
extends Object
implements MethodOrderer
MethodOrderer that sorts methods alphanumerically based on their display names using String.compareTo(String)
Since:
5.7