Uses of Class
org.junit.jupiter.api.parallel.ResourceLock
| Package | Description |
|---|---|
| org.junit.jupiter.api.parallel |
JUnit Jupiter API for influencing parallel test execution.
|
-
Uses of ResourceLock in org.junit.jupiter.api.parallel
Classes in org.junit.jupiter.api.parallel with annotations of type ResourceLock Modifier and Type Class Description interfaceIsolated@Isolatedis used to declare that the annotated test class should be executed in isolation from other test classes.