Class ForkJoinPoolHierarchicalTestExecutorService

java.lang.Object
org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
All Implemented Interfaces:
AutoCloseable, HierarchicalTestExecutorService

@API(status=EXPERIMENTAL,
     since="1.3")
public class ForkJoinPoolHierarchicalTestExecutorService
extends Object
implements HierarchicalTestExecutorService
A ForkJoinPool-based executor service that executes test tasks with the configured parallelism.
Since:
1.3
See Also:
ForkJoinPool, DefaultParallelExecutionConfigurationStrategy