Interface Parameters.ConcurrencyParameters

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAX_CONCURRENCY
      The highest allowed value for the concurrency.
      static int MIN_CONCURRENCY
      The lowest permitted value for the concurrency.
    • Field Detail

      • MIN_CONCURRENCY

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

        static final int MAX_CONCURRENCY
        The highest allowed value for the concurrency.
        See Also:
        Constant Field Values
    • Method Detail

      • 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:
        Parameters.getConcurrency()