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.
-
Class Summary
-
Enum Class SummaryEnum ClassDescriptionSupported execution modes for parallel test execution.The access mode required by a test class or method for a given resource.
-
Annotation Interfaces SummaryAnnotation InterfaceDescription
@Executionis used to configure the parallel execution mode of a test class or test method.@Isolatedis used to declare that the annotated test class should be executed in isolation from other test classes.@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.