| Package | Description |
|---|---|
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
private static <T extends EngineExecutionListener> |
CompositeEngineExecutionListener.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> |
CompositeTestExecutionListener.notifyEach(java.util.List<T> listeners,
IterationOrder iterationOrder,
java.util.function.Consumer<T> consumer,
java.util.function.Supplier<java.lang.String> description) |