Uses of Class
org.junit.jupiter.api.parallel.ExecutionMode
| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
| 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 defaultExecutionModefor the test class configured with thisMethodOrderer. -
Uses of ExecutionMode in org.junit.jupiter.api.parallel
Methods in org.junit.jupiter.api.parallel that return ExecutionMode Modifier and Type Method Description 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.