public static interface Parameters.MutableConcurrencyParameters extends Parameters.ConcurrencyParameters
MAX_CONCURRENCY, MIN_CONCURRENCY
Modifier and Type | Method and Description |
---|---|
void |
setConcurrency(int conc)
Set an integer specifying the maximum number of tests that may
be run in parallel.
|
getConcurrency
void setConcurrency(int conc)
conc
- an integer specifying the maximum number of tests that
may be run in parallelParameters.ConcurrencyParameters.getConcurrency()
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.