Uses of Class
org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Packages that use DefaultParallelExecutionConfigurationStrategy Package Description org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
-
Uses of DefaultParallelExecutionConfigurationStrategy in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical that return DefaultParallelExecutionConfigurationStrategy Modifier and Type Method Description static DefaultParallelExecutionConfigurationStrategy
DefaultParallelExecutionConfigurationStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultParallelExecutionConfigurationStrategy[]
DefaultParallelExecutionConfigurationStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-