Uses of Class
org.junit.jupiter.api.parallel.ResourceLockTarget
-
Packages that use ResourceLockTarget Package Description org.junit.jupiter.api.parallel JUnit Jupiter API for influencing parallel test execution. -
-
Uses of ResourceLockTarget in org.junit.jupiter.api.parallel
Methods in org.junit.jupiter.api.parallel that return ResourceLockTarget Modifier and Type Method Description ResourceLockTargettarget()The target of a resource created fromResourceLock.value()andResourceLock.mode().static ResourceLockTargetResourceLockTarget. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceLockTarget[]ResourceLockTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.
-