Uses of Interface
org.junit.jupiter.api.MethodOrdererContext
Packages that use MethodOrdererContext
-
Uses of MethodOrdererContext in org.junit.jupiter.api
Methods in org.junit.jupiter.api with parameters of type MethodOrdererContextModifier and TypeMethodDescriptionvoidMethodOrderer.DisplayName.orderMethods(MethodOrdererContext context) Sort the methods encapsulated in the suppliedMethodOrdererContextalphanumerically based on their display names.voidMethodOrderer.MethodName.orderMethods(MethodOrdererContext context) Sort the methods encapsulated in the suppliedMethodOrdererContextalphanumerically based on their names and formal parameter lists.voidMethodOrderer.OrderAnnotation.orderMethods(MethodOrdererContext context) Sort the methods encapsulated in the suppliedMethodOrdererContextbased on the@Orderannotation.voidMethodOrderer.orderMethods(MethodOrdererContext context) Order the methods encapsulated in the suppliedMethodOrdererContext.voidMethodOrderer.Random.orderMethods(MethodOrdererContext context) Order the methods encapsulated in the suppliedMethodOrdererContextpseudo-randomly.