Uses of Enum Class
org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
Package
Description
Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.-
Uses of ExclusiveResource.LockMode in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptionExclusiveResource.getLockMode()
Get the lock mode of this resource.static ExclusiveResource.LockMode
Returns the enum constant of this class with the specified name.static ExclusiveResource.LockMode[]
ExclusiveResource.LockMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionExclusiveResource
(String key, ExclusiveResource.LockMode lockMode) Create a newExclusiveResource
.