Uses of Enum
org.junit.jupiter.api.parallel.ExecutionMode
Packages that use ExecutionMode
Package
Description
JUnit Jupiter API for writing tests.
JUnit Jupiter API for writing extensions.
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.extension
Methods in org.junit.jupiter.api.extension that return ExecutionModeModifier and TypeMethodDescriptionExtensionContext.getExecutionMode()Get theExecutionModeassociated with the current test or container. -
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 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.