Uses of Annotation Interface
org.junit.jupiter.api.parallel.ResourceLock
Packages that use ResourceLock
Package
Description
JUnit Jupiter API for influencing parallel test execution.
java.util-related support in JUnit Jupiter.-
Uses of ResourceLock in org.junit.jupiter.api.parallel
Classes in org.junit.jupiter.api.parallel with annotations of type ResourceLockModifier and TypeClassDescription@interface@Isolatedis used to declare that the annotated test class should be executed in isolation from other test classes. -
Uses of ResourceLock in org.junit.jupiter.api.util
Classes in org.junit.jupiter.api.util with annotations of type ResourceLockModifier and TypeClassDescription@interfaceMarks tests that read the default locale but don't use the@DefaultLocaleextension themselves.@interfaceMarks tests that read the default time zone but don't use the@DefaultTimeZoneextension themselves.@interface@ReadsSystemPropertymarks tests that read system properties but do not use the JVM system properties extensions themselves.@interfaceMarks tests that write the default locale but don't use the@DefaultLocaleextension themselves.@interfaceMarks tests that write the default time zone but don't use the@DefaultTimeZoneextension themselves.@interface@WritesSystemPropertymarks tests that write system properties but do not use the JVM system properties extensions themselves.