Uses of Interface
org.junit.jupiter.api.MethodOrdererContext
Packages that use MethodOrdererContext
Package
Description
JUnit Jupiter API for writing tests.
Internal classes for test discovery within the JUnit Jupiter test engine.
-
Uses of MethodOrdererContext in org.junit.jupiter.api
Methods in org.junit.jupiter.api with parameters of type MethodOrdererContextModifier and TypeMethodDescriptionMethodOrderer.Random.getCustomSeed
(MethodOrdererContext context) void
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. -
Uses of MethodOrdererContext in org.junit.jupiter.engine.discovery
Classes in org.junit.jupiter.engine.discovery that implement MethodOrdererContextModifier and TypeClassDescription(package private) class
Default implementation ofMethodOrdererContext
.