Uses of Interface
org.junit.jupiter.api.MethodOrdererContext
-
Packages that use MethodOrdererContext Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests. -
-
Uses of MethodOrdererContext in org.junit.jupiter.api
Methods in org.junit.jupiter.api with parameters of type MethodOrdererContext Modifier and Type Method Description 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.
-