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 TypeMethodDescriptionvoid
MethodOrderer.DisplayName.orderMethods
(MethodOrdererContext context) Sort the methods encapsulated in the suppliedMethodOrdererContext
alphanumerically based on their display names.void
MethodOrderer.MethodName.orderMethods
(MethodOrdererContext context) Sort the methods encapsulated in the suppliedMethodOrdererContext
alphanumerically based on their names and formal parameter lists.void
MethodOrderer.OrderAnnotation.orderMethods
(MethodOrdererContext context) Sort the methods encapsulated in the suppliedMethodOrdererContext
based on the@Order
annotation.void
MethodOrderer.orderMethods
(MethodOrdererContext context) Order the methods encapsulated in the suppliedMethodOrdererContext
.void
MethodOrderer.Random.orderMethods
(MethodOrdererContext context) Order the methods encapsulated in the suppliedMethodOrdererContext
pseudo-randomly.