Uses of Class
org.junit.platform.launcher.core.IterationOrder
-
Packages that use IterationOrder Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of IterationOrder in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return IterationOrder Modifier and Type Method Description static IterationOrder
IterationOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IterationOrder[]
IterationOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.launcher.core with parameters of type IterationOrder Modifier and Type Method Description private static <T extends EngineExecutionListener>
voidCompositeEngineExecutionListener. notifyEach(java.util.List<T> listeners, IterationOrder iterationOrder, java.util.function.Consumer<T> consumer, java.util.function.Supplier<java.lang.String> description)
private static <T extends TestExecutionListener>
voidCompositeTestExecutionListener. notifyEach(java.util.List<T> listeners, IterationOrder iterationOrder, java.util.function.Consumer<T> consumer, java.util.function.Supplier<java.lang.String> description)
-