Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
Modifier and Type | Method and Description |
---|---|
private static ExclusiveResource.LockMode |
JupiterTestDescriptor.toLockMode(ResourceAccessMode mode) |
Modifier and Type | Field and Description |
---|---|
private ExclusiveResource.LockMode |
ExclusiveResource.lockMode |
Modifier and Type | Method and Description |
---|---|
ExclusiveResource.LockMode |
ExclusiveResource.getLockMode()
Get the lock mode of this resource.
|
static ExclusiveResource.LockMode |
ExclusiveResource.LockMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExclusiveResource.LockMode[] |
ExclusiveResource.LockMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExclusiveResource(java.lang.String key,
ExclusiveResource.LockMode lockMode)
Create a new
ExclusiveResource . |