Top Description Annotations Classes Enums
module org.junit.jupiter.api

Package org.junit.jupiter.api.parallel


JUnit Jupiter API for influencing parallel test execution.

Annotation Summary

Modifier and TypeAnnotation and Description
public @interface
Execution

@Execution is used to configure the parallel execution mode of a test class or test method.

public @interface
Isolated

@Isolated is used to declare that the annotated test class should be executed in isolation from other test classes.

public @interface
ResourceLock

@ResourceLock is used to declare that the annotated test class or test method requires access to a shared resource identified by a key.

public @interface
ResourceLocks

@ResourceLocks is a container for one or more @ResourceLock declarations.

Class Summary

Modifier and TypeClass and Description
public class
Resources

Common resource names for synchronizing test execution.

Enum Summary

Modifier and TypeEnum and Description
public enum
ExecutionMode

Supported execution modes for parallel test execution.

public enum
ResourceAccessMode

The access mode required by a test class or method for a given resource.