Uses of Interface
org.junit.jupiter.api.ClassDescriptor
Packages that use ClassDescriptor
Package
Description
JUnit Jupiter API for writing tests.
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 ClassDescriptorModifier and TypeFieldDescriptionprivate static final Comparator<ClassDescriptor>ClassOrderer.ClassName.comparatorprivate static final Comparator<ClassDescriptor>ClassOrderer.DisplayName.comparatorMethods in org.junit.jupiter.api that return types with arguments of type ClassDescriptorModifier and TypeMethodDescriptionList<? extends ClassDescriptor>ClassOrdererContext.getClassDescriptors()Get the list of class descriptors to order.Methods in org.junit.jupiter.api with parameters of type ClassDescriptorModifier and TypeMethodDescriptionprivate static intClassOrderer.OrderAnnotation.getOrder(ClassDescriptor descriptor) -
Uses of ClassDescriptor in org.junit.jupiter.engine.discovery
Classes in org.junit.jupiter.engine.discovery that implement ClassDescriptorModifier and TypeClassDescription(package private) classDefault implementation ofClassDescriptor, backed by aClassBasedTestDescriptor.Fields in org.junit.jupiter.engine.discovery with type parameters of type ClassDescriptorModifier and TypeFieldDescriptionprivate final List<? extends ClassDescriptor>DefaultClassOrdererContext.classDescriptorsMethods in org.junit.jupiter.engine.discovery that return types with arguments of type ClassDescriptorModifier and TypeMethodDescriptionList<? extends ClassDescriptor>DefaultClassOrdererContext.getClassDescriptors()Constructor parameters in org.junit.jupiter.engine.discovery with type arguments of type ClassDescriptorModifierConstructorDescription(package private)DefaultClassOrdererContext(List<? extends ClassDescriptor> classDescriptors, JupiterConfiguration configuration)