Uses of Class
org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.Outcome
-
Packages that use OutcomeDelayingEngineExecutionListener.Outcome Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of OutcomeDelayingEngineExecutionListener.Outcome in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as OutcomeDelayingEngineExecutionListener.Outcome Modifier and Type Field Description private OutcomeDelayingEngineExecutionListener.Outcome
OutcomeDelayingEngineExecutionListener. outcome
Methods in org.junit.platform.launcher.core that return OutcomeDelayingEngineExecutionListener.Outcome Modifier and Type Method Description static OutcomeDelayingEngineExecutionListener.Outcome
OutcomeDelayingEngineExecutionListener.Outcome. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OutcomeDelayingEngineExecutionListener.Outcome[]
OutcomeDelayingEngineExecutionListener.Outcome. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-