Uses of Package
org.junit.platform.engine.support.hierarchical
-
Packages that use org.junit.platform.engine.support.hierarchical Package Description org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
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 ofHierarchicalTestEngineand 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 givencontextshould be skipped.SingleTestExecutor.Executable Functional interface for a single test to be executed bySingleTestExecutor.