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)
void
MethodOrderer.Alphanumeric. 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 MethodOrdererContext Modifier and Type Class Description (package private) class
DefaultMethodOrdererContext
Default implementation ofMethodOrdererContext
.
-