Uses of Class
org.junit.jupiter.api.parallel.ExecutionMode
-
Packages that use ExecutionMode Package Description org.junit.jupiter.api.parallel JUnit Jupiter API for influencing parallel test execution. -
-
Uses of ExecutionMode in org.junit.jupiter.api.parallel
Methods in org.junit.jupiter.api.parallel that return ExecutionMode Modifier and Type Method Description ExecutionModevalue()The required/preferred execution mode.static ExecutionModeExecutionMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-