Class MethodOrderer.DisplayName

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

@API(status=STABLE, since="5.10") 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