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. comparatorprivate static java.util.Comparator<ClassDescriptor>ClassOrderer.DisplayName. comparatorMethods 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 intClassOrderer.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) classDefaultClassDescriptorDefault 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. classDescriptorsMethods 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)
-