Uses of Enum Class
org.junit.jupiter.api.parallel.ResourceLockTarget
Packages that use ResourceLockTarget
Package
Description
JUnit Jupiter API for influencing parallel test execution.
-
Uses of ResourceLockTarget in org.junit.jupiter.api.parallel
Subclasses with type arguments of type ResourceLockTarget in org.junit.jupiter.api.parallelModifier and TypeClassDescriptionenumResourceLockTargetis used to define the target of a shared resource.Methods in org.junit.jupiter.api.parallel that return ResourceLockTargetModifier and TypeMethodDescriptionstatic ResourceLockTargetReturns the enum constant of this class with the specified name.static ResourceLockTarget[]ResourceLockTarget.values()Returns an array containing the constants of this enum class, in the order they are declared.