Uses of Interface
org.junit.jupiter.api.MethodOrderer
Packages that use MethodOrderer
-
Uses of MethodOrderer in org.junit.jupiter.api
Classes in org.junit.jupiter.api that implement MethodOrdererModifier and TypeClassDescriptionstatic final classMethodOrdererthat allows to explicitly specify that the default ordering should be applied.static classMethodOrdererthat sorts methods alphanumerically based on their display names usingString.compareTo(String)static classMethodOrdererthat sorts methods alphanumerically based on their names usingString.compareTo(String).static classMethodOrdererthat sorts methods based on the@Orderannotation.static classMethodOrdererthat orders methods pseudo-randomly.