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 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 TypeMethodDescriptionDynamicContainer.getChildExecutionMode()Returns theExecutionModefor children of thisDynamicContainerthat is used unless they are configured differently.default Optional<ExecutionMode> MethodOrderer.getDefaultExecutionMode()Get the defaultExecutionModefor the test class configured with thisMethodOrderer.DynamicNode.getExecutionMode()Returns theExecutionModeof thisDynamicNode.Methods in org.junit.jupiter.api with parameters of type ExecutionModeModifier and TypeMethodDescriptionDynamicContainer.Configuration.childExecutionMode(ExecutionMode executionMode) Set the child execution mode to use for the configuredDynamicContainer.DynamicNode.Configuration.executionMode(ExecutionMode executionMode) Set the execution mode to use for the configuredDynamicNode. -
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
Subclasses with type arguments of type ExecutionMode in org.junit.jupiter.api.parallelModifier and TypeClassDescriptionenumSupported execution modes for parallel test execution.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.