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.
Configuration specific to the JUnit Jupiter test engine.
Test descriptors used within the JUnit Jupiter test engine.
-
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.
@ResourceLock
is used to declare that the annotated test class or test method requires access to a shared resource identified by a key.Lock
represents a shared resource.ResourceLockTarget
is used to define the target of a shared resource. -
Classes in org.junit.jupiter.api.parallel used by org.junit.jupiter.engine.config
-
Classes in org.junit.jupiter.api.parallel used by org.junit.jupiter.engine.descriptorClassDescriptionSupported execution modes for parallel test execution.A
ResourceLocksProvider
is used to programmatically add shared resources to a test class or its test methods dynamically at runtime.Lock
represents a shared resource.