Package | Description |
---|---|
org.junit.jupiter.api.parallel |
JUnit Jupiter API for influencing parallel test execution.
|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
static ResourceAccessMode |
ResourceAccessMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAccessMode[] |
ResourceAccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static ExclusiveResource.LockMode |
JupiterTestDescriptor.toLockMode(ResourceAccessMode mode) |