Uses of Enum
org.junit.platform.launcher.core.IterationOrder
Packages that use IterationOrder
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of IterationOrder in org.junit.platform.launcher.core
Subclasses with type arguments of type IterationOrder in org.junit.platform.launcher.coreMethods in org.junit.platform.launcher.core that return IterationOrderModifier and TypeMethodDescriptionstatic IterationOrderReturns 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 IterationOrderModifier and TypeMethodDescriptionprivate static <T extends EngineExecutionListener>
voidCompositeEngineExecutionListener.notifyEach(List<T> listeners, IterationOrder iterationOrder, Consumer<T> consumer, Supplier<String> description) private static <T extends TestExecutionListener>
voidCompositeTestExecutionListener.notifyEach(List<T> listeners, IterationOrder iterationOrder, Consumer<T> consumer, Supplier<String> description)