Interface Parameters.MutableConcurrencyParameters

All Superinterfaces:
Parameters.ConcurrencyParameters
All Known Implementing Classes:
BasicParameters, ConcurrencyInterview, FileParameters
Enclosing interface:
Parameters

public static interface Parameters.MutableConcurrencyParameters extends Parameters.ConcurrencyParameters
An interface providing abstract access to an integer specifying the maximum number of tests that can be run in parallel.
  • Method Details

    • setConcurrency

      void setConcurrency(int conc)
      Set an integer specifying the maximum number of tests that may be run in parallel.
      Parameters:
      conc - an integer specifying the maximum number of tests that may be run in parallel
      See Also: