Interface Parameters.ConcurrencyParameters

All Known Subinterfaces:
Parameters.MutableConcurrencyParameters
All Known Implementing Classes:
BasicParameters, ConcurrencyInterview, FileParameters
Enclosing interface:
Parameters

public static interface Parameters.ConcurrencyParameters
An interface providing basic abstract access to an integer specifying the maximum number of tests that can be run in parallel.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The highest allowed value for the concurrency.
    static final int
    The lowest permitted value for the concurrency.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get an integer specifying the maximum number of tests that may be run in parallel.
  • Field Details

    • MIN_CONCURRENCY

      static final int MIN_CONCURRENCY
      The lowest permitted value for the concurrency.
      See Also:
    • MAX_CONCURRENCY

      static final int MAX_CONCURRENCY
      The highest allowed value for the concurrency.
      See Also:
  • Method Details

    • getConcurrency

      int getConcurrency()
      Get an integer specifying the maximum number of tests that may be run in parallel.
      Returns:
      an integer specifying the maximum number of tests that may be run in parallel
      See Also: