Uses of Class
org.junit.jupiter.api.parallel.ResourceLock
-
Packages that use 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 interface
Isolated
@Isolated
is used to declare that the annotated test class should be executed in isolation from other test classes.Methods in org.junit.jupiter.api.parallel that return ResourceLock Modifier and Type Method Description ResourceLock[]
value()
An array of one or more @ResourceLock declarations.
-