Uses of Annotation Interface
org.junit.jupiter.api.parallel.ResourceLock
Package
Description
JUnit Jupiter API for influencing parallel test execution.
-
Uses of ResourceLock in org.junit.jupiter.api.parallel
Modifier and TypeClassDescription@interface
@Isolated
is used to declare that the annotated test class should be executed in isolation from other test classes.