Uses of Class
org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
Packages that use AbstractAnnotatedDescriptorWrapper
Package
Description
Internal classes for test discovery within the JUnit Jupiter test engine.
-
Uses of AbstractAnnotatedDescriptorWrapper in org.junit.jupiter.engine.discovery
Subclasses of AbstractAnnotatedDescriptorWrapper in org.junit.jupiter.engine.discoveryModifier and TypeClassDescription(package private) classDefault implementation ofClassDescriptor, backed by aClassBasedTestDescriptor.(package private) classDefault implementation ofMethodDescriptor, backed by aMethodBasedTestDescriptor.Methods in org.junit.jupiter.engine.discovery with type parameters of type AbstractAnnotatedDescriptorWrapperModifier and TypeMethodDescriptionprotected <CHILD extends TestDescriptor, WRAPPER extends AbstractAnnotatedDescriptorWrapper<?>>
voidAbstractOrderingVisitor.orderChildrenTestDescriptors(TestDescriptor parentTestDescriptor, Class<CHILD> matchingChildrenType, Optional<Consumer<CHILD>> validationAction, Function<CHILD, WRAPPER> descriptorWrapperFactory, AbstractOrderingVisitor.DescriptorWrapperOrderer<?, WRAPPER> descriptorWrapperOrderer)