Uses of Interface
org.junit.jupiter.api.ClassDescriptor
-
Packages that use ClassDescriptor 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 ClassDescriptor in org.junit.jupiter.api
Fields in org.junit.jupiter.api with type parameters of type ClassDescriptor Modifier and Type Field Description private static java.util.Comparator<ClassDescriptor>
ClassOrderer.ClassName. comparator
private static java.util.Comparator<ClassDescriptor>
ClassOrderer.DisplayName. comparator
Methods in org.junit.jupiter.api that return types with arguments of type ClassDescriptor Modifier and Type Method Description java.util.List<? extends ClassDescriptor>
ClassOrdererContext. getClassDescriptors()
Get the list of class descriptors to order.Methods in org.junit.jupiter.api with parameters of type ClassDescriptor Modifier and Type Method Description private static int
ClassOrderer.OrderAnnotation. getOrder(ClassDescriptor descriptor)
-
Uses of ClassDescriptor in org.junit.jupiter.engine.discovery
Classes in org.junit.jupiter.engine.discovery that implement ClassDescriptor Modifier and Type Class Description (package private) class
DefaultClassDescriptor
Default implementation ofClassDescriptor
, backed by aClassBasedTestDescriptor
.Fields in org.junit.jupiter.engine.discovery with type parameters of type ClassDescriptor Modifier and Type Field Description private java.util.List<? extends ClassDescriptor>
DefaultClassOrdererContext. classDescriptors
Methods in org.junit.jupiter.engine.discovery that return types with arguments of type ClassDescriptor Modifier and Type Method Description java.util.List<? extends ClassDescriptor>
DefaultClassOrdererContext. getClassDescriptors()
Constructor parameters in org.junit.jupiter.engine.discovery with type arguments of type ClassDescriptor Constructor Description DefaultClassOrdererContext(java.util.List<? extends ClassDescriptor> classDescriptors, JupiterConfiguration configuration)
-