| DefaultParallelExecutionConfigurationStrategy |
Default implementations of configuration strategies for parallel test
execution.
|
| EngineExecutionContext |
Marker interface for an execution context used by a concrete implementation
of HierarchicalTestEngine and its collaborators.
|
| ExclusiveResource |
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.
|
| ExclusiveResource.LockMode |
LockMode translates to the respective ReadWriteLock
locks.
|
| HierarchicalTestExecutorService |
|
| HierarchicalTestExecutorService.TestTask |
An executable task that represents a single test or container.
|
| Node.DynamicTestExecutor |
Executor for additional, dynamic test descriptors discovered during
execution of a Node.
|
| Node.ExecutionMode |
Supported execution modes for parallel execution.
|
| Node.Invocation |
Represents an invocation that runs with the supplied context.
|
| Node.SkipResult |
The result of determining whether the execution of a given context
should be skipped.
|
| ParallelExecutionConfiguration |
Configuration to use for parallel test execution.
|
| ParallelExecutionConfigurationStrategy |
A strategy to use for configuring parallel test execution.
|
| ResourceLock |
A lock for a one or more resources.
|
| SingleTestExecutor.Executable |
Deprecated.
|
| ThrowableCollector |
Simple component that can be used to collect one or more instances of
Throwable.
|
| ThrowableCollector.Executable |
Functional interface for an executable block of code that may throw a
Throwable.
|
| ThrowableCollector.Factory |
Factory for ThrowableCollector instances.
|