Uses of Enum Class
org.junit.jupiter.api.parallel.ExecutionMode
Packages that use ExecutionMode
Package
Description
JUnit Jupiter API for writing tests.
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 ExecutionModeModifier and TypeMethodDescriptiondefault 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 ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeReturns the enum constant of this class with the specified name.static ExecutionMode[]ExecutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.