Package | Description |
---|---|
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 |
---|---|
ExclusiveResource.LockMode |
ExclusiveResource.getLockMode()
Get the lock mode of this resource.
|
static ExclusiveResource.LockMode |
ExclusiveResource.LockMode.valueOf(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(String key,
ExclusiveResource.LockMode lockMode)
Create a new
ExclusiveResource . |
Copyright © 2022. All rights reserved.