Uses of Annotation Interface
org.junit.jupiter.api.parallel.ResourceLock
Packages that use ResourceLock
Package
Description
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 ResourceLockModifier and TypeClassDescription@interface
@Isolated
is used to declare that the annotated test class should be executed in isolation from other test classes.