Uses of Enum Class
org.junit.platform.engine.support.hierarchical.ParallelHierarchicalTestExecutorServiceFactory.ParallelExecutorServiceType
Package
Description
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction.-
Uses of ParallelHierarchicalTestExecutorServiceFactory.ParallelExecutorServiceType in org.junit.platform.engine.support.hierarchical
Subclasses with type arguments of type ParallelHierarchicalTestExecutorServiceFactory.ParallelExecutorServiceType in org.junit.platform.engine.support.hierarchicalModifier and TypeClassDescriptionstatic enumType ofHierarchicalTestExecutorServicethat supports parallel execution.Methods in org.junit.platform.engine.support.hierarchical that return ParallelHierarchicalTestExecutorServiceFactory.ParallelExecutorServiceTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ParallelHierarchicalTestExecutorServiceFactory.ParallelExecutorServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.platform.engine.support.hierarchical with parameters of type ParallelHierarchicalTestExecutorServiceFactory.ParallelExecutorServiceTypeModifier and TypeMethodDescriptionParallelHierarchicalTestExecutorServiceFactory.create(ParallelHierarchicalTestExecutorServiceFactory.ParallelExecutorServiceType executorServiceType, ParallelExecutionConfiguration configuration) Create a newHierarchicalTestExecutorServicebased on the suppliedConfigurationParameters.