Uses of Package
org.junit.jupiter.api.parallel
Packages that use org.junit.jupiter.api.parallel
Package
Description
JUnit Jupiter API for writing tests.
JUnit Jupiter API for writing extensions.
JUnit Jupiter API for influencing parallel test execution.
java.util-related support in JUnit Jupiter.-
Classes in org.junit.jupiter.api.parallel used by org.junit.jupiter.api
-
Classes in org.junit.jupiter.api.parallel used by org.junit.jupiter.api.extension
-
Classes in org.junit.jupiter.api.parallel used by org.junit.jupiter.api.parallelClassDescriptionSupported execution modes for parallel test execution.The access mode required by a test class or method for a given resource.
@ResourceLockis used to declare that the annotated test class or test method requires access to a shared resource identified by a key.Lockrepresents a shared resource.ResourceLockTargetis used to define the target of a shared resource. -
Classes in org.junit.jupiter.api.parallel used by org.junit.jupiter.api.utilClassDescription
@ResourceLockis used to declare that the annotated test class or test method requires access to a shared resource identified by a key.