Uses of Package
org.junit.platform.engine.support.hierarchical
Packages that use org.junit.platform.engine.support.hierarchical
Package
Description
Core package for the JUnit Jupiter test engine.
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
Internal support classes for the JUnit Jupiter test engine.
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction.-
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.jupiter.engineClassDescriptionAbstract base class for all
TestEngineimplementations that wish to organize test suites hierarchically based on theNodeabstraction.A closeable service that executes test tasks.Factory forThrowableCollectorinstances. -
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.jupiter.engine.descriptorClassDescriptionAn exclusive resource identified by a key with a lock mode that is used to synchronize access to shared resources when executing nodes in parallel.A node within the execution hierarchy.Executor for additional, dynamic test descriptors discovered during execution of a
Node.Supported execution modes for parallel execution.The result of determining whether the execution of a givencontextshould be skipped.Simple component that can be used to collect one or more instances ofThrowable. -
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.jupiter.engine.executionClassDescriptionMarker interface for an execution context used by a concrete implementation of
HierarchicalTestEngineand its collaborators.Simple component that can be used to collect one or more instances ofThrowable. -
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.jupiter.engine.support
-
Classes in org.junit.platform.engine.support.hierarchical used by org.junit.platform.engine.support.hierarchicalClassDescriptionDefault implementations of configuration strategies for parallel test execution.Marker interface for an execution context used by a concrete implementation of
HierarchicalTestEngineand its collaborators.An exclusive resource identified by a key with a lock mode that is used to synchronize access to shared resources when executing nodes in parallel.LockModetranslates to the respectiveReadWriteLocklocks.A closeable service that executes test tasks.An executable task that represents a single test or container.Executor for additional, dynamic test descriptors discovered during execution of aNode.Supported execution modes for parallel execution.Represents an invocation that runs with the supplied context.The result of determining whether the execution of a givencontextshould be skipped.Configuration to use for parallel test execution.A strategy to use for configuring parallel test execution.A lock for a one or more resources.Deprecated.Functional interface for a single test to be executed bySingleTestExecutor.Simple component that can be used to collect one or more instances ofThrowable.Functional interface for an executable block of code that may throw aThrowable.Factory forThrowableCollectorinstances.