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.
- Since:
- 3.0.2
-
Field Summary
Fields inherited from interface Parameters.ConcurrencyParameters
MAX_CONCURRENCY, MIN_CONCURRENCY -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConcurrency(int conc) Set an integer specifying the maximum number of tests that may be run in parallel.Methods inherited from interface Parameters.ConcurrencyParameters
getConcurrency
-
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:
-