Package org.junit.jupiter.api.parallel

JUnit Jupiter API for influencing parallel test execution.
  • Class Summary
    Class Description
    Resources
    Common resource names for synchronizing test execution.
  • Enum Summary
    Enum Description
    ExecutionMode
    Supported execution modes for parallel test execution.
    ResourceAccessMode
    The access mode required by a test class or method for a given resource.
  • Annotation Types Summary
    Annotation Type Description
    Execution
    @Execution is used to configure the parallel execution mode of a test class or test method.
    Isolated
    @Isolated is used to declare that the annotated test class should be executed in isolation from other test classes.
    ResourceLock
    @ResourceLock is used to declare that the annotated test class or test method requires access to a shared resource identified by a key.
    ResourceLocks
    @ResourceLocks is a container for one or more @ResourceLock declarations.