Class AbstractOrderingVisitor<PARENT extends TestDescriptor,CHILD extends TestDescriptor,WRAPPER extends AbstractAnnotatedDescriptorWrapper<?>>

java.lang.Object
org.junit.jupiter.engine.discovery.AbstractOrderingVisitor<PARENT,CHILD,WRAPPER>
Type Parameters:
PARENT - the parent container type to search in for matching children
CHILD - the type of children (containers or tests) to order
WRAPPER - the wrapper type for the children to order
All Implemented Interfaces:
TestDescriptor.Visitor
Direct Known Subclasses:
ClassOrderingVisitor, MethodOrderingVisitor

abstract class AbstractOrderingVisitor<PARENT extends TestDescriptor,CHILD extends TestDescriptor,WRAPPER extends AbstractAnnotatedDescriptorWrapper<?>> extends Object implements TestDescriptor.Visitor
Abstract base class for visitors that order children nodes.
Since:
5.8