See: Description
Class | Description |
---|---|
Resources |
Common resource names for synchronizing test execution.
|
Enum | Description |
---|---|
ExecutionMode |
Supported execution modes for parallel test execution.
|
ResourceAccessMode |
The access mode required by a test class or method for a given resource.
|
Annotation Type | Description |
---|---|
Execution |
@Execution is used to configure the parallel execution
mode of a test class or test method. |
ResourceLock |
@ResourceLock is used to declare that the annotated test class or test
method requires access to a shared resource identified by a key. |
ResourceLocks |
@ResourceLocks is a container for one or more
@ResourceLock declarations. |
Copyright © 2022. All rights reserved.