Uses of Package
org.junit.platform.engine.support.hierarchical
-
Packages that use org.junit.platform.engine.support.hierarchical Package Description org.junit.jupiter.engine Core package for the JUnit Jupiter test engine.org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.jupiter.engine Class Description HierarchicalTestEngine Abstract base class for allTestEngine
implementations that wish to organize test suites hierarchically based on theNode
abstraction. -
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.jupiter.engine.descriptor Class Description Node A node within the execution hierarchy.Node.DynamicTestExecutor Executor for additional, dynamic test descriptors discovered during execution of aNode
.Node.SkipResult The result of determining whether the execution of a givencontext
should be skipped. -
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.jupiter.engine.execution Class Description EngineExecutionContext Marker interface for an execution context used by a concrete implementation ofHierarchicalTestEngine
and its collaborators. -
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.platform.engine.support.hierarchical Class Description EngineExecutionContext Marker interface for an execution context used by a concrete implementation ofHierarchicalTestEngine
and its collaborators.Node.DynamicTestExecutor Executor for additional, dynamic test descriptors discovered during execution of aNode
.Node.SkipResult The result of determining whether the execution of a givencontext
should be skipped.SingleTestExecutor.Executable Functional interface for a single test to be executed bySingleTestExecutor
.