Uses of Enum Class
org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Packages that use DefaultParallelExecutionConfigurationStrategy
Package
Description
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction.-
Uses of DefaultParallelExecutionConfigurationStrategy in org.junit.platform.engine.support.hierarchical
Subclasses with type arguments of type DefaultParallelExecutionConfigurationStrategy in org.junit.platform.engine.support.hierarchicalModifier and TypeClassDescriptionenumDefault implementations of configuration strategies for parallel test execution.Methods in org.junit.platform.engine.support.hierarchical that return DefaultParallelExecutionConfigurationStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DefaultParallelExecutionConfigurationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.