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 theLauncherincluding theLauncherFactoryand 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.OutcomeOutcomeDelayingEngineExecutionListener. outcomeMethods in org.junit.platform.launcher.core that return OutcomeDelayingEngineExecutionListener.Outcome Modifier and Type Method Description static OutcomeDelayingEngineExecutionListener.OutcomeOutcomeDelayingEngineExecutionListener.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.
-