Module org.junit.jupiter.api
Package org.junit.jupiter.api.parallel
package org.junit.jupiter.api.parallel
JUnit Jupiter API for influencing parallel test execution.
-
Enum ClassDescriptionSupported execution modes for parallel test execution.The access mode required by a test class or method for a given resource.
-
Annotation InterfaceDescription
@Execution
is used to configure the parallel execution mode of a test class or test method.@Isolated
is used to declare that the annotated test class should be executed in isolation from other test classes.@ResourceLock
is used to declare that the annotated test class or test method requires access to a shared resource identified by a key.@ResourceLocks
is a container for one or more@ResourceLock
declarations.