Uses of Interface
org.junit.jupiter.api.MethodOrdererContext
-
Packages that use MethodOrdererContext Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests.org.junit.jupiter.engine.discovery 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 MethodOrdererContext Modifier and Type Method Description private java.util.Optional<java.lang.Long>MethodOrderer.Random. getCustomSeed(MethodOrdererContext context)voidMethodOrderer.Alphanumeric. 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. -
Uses of MethodOrdererContext in org.junit.jupiter.engine.discovery
Classes in org.junit.jupiter.engine.discovery that implement MethodOrdererContext Modifier and Type Class Description (package private) classDefaultMethodOrdererContextDefault implementation ofMethodOrdererContext.
-