Package org.junit.jupiter.api.parallel
package org.junit.jupiter.api.parallel
JUnit Jupiter API for influencing parallel test execution.
-
ClassDescription
@Executionis used to configure the parallel execution mode of a test class or test method.Supported execution modes for parallel test execution.@Isolatedis used to declare that the annotated test class should be executed in isolation from other test classes.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.@ResourceLocksis a container for one or more@ResourceLockdeclarations.Common resource names for synchronizing test execution.