Uses of Class
org.junit.jupiter.api.parallel.ExecutionMode
-
Packages that use ExecutionMode Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests.org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions.org.junit.jupiter.api.parallel JUnit Jupiter API for influencing parallel test execution. -
-
Uses of ExecutionMode in org.junit.jupiter.api
Methods in org.junit.jupiter.api that return types with arguments of type ExecutionMode Modifier and Type Method Description default java.util.Optional<ExecutionMode>
MethodOrderer. getDefaultExecutionMode()
Get the defaultExecutionMode
for the test class configured with thisMethodOrderer
. -
Uses of ExecutionMode in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return ExecutionMode Modifier and Type Method Description ExecutionMode
ExtensionContext. getExecutionMode()
Get theExecutionMode
associated with the current test or container. -
Uses of ExecutionMode in org.junit.jupiter.api.parallel
Methods in org.junit.jupiter.api.parallel that return ExecutionMode Modifier and Type Method Description ExecutionMode
value()
The required/preferred execution mode.static ExecutionMode
ExecutionMode. 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.
-