|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
static int |
MAX_CONCURRENCY
The highest allowed value for the concurrency. |
static int |
MIN_CONCURRENCY
The lowest permitted value for the concurrency. |
Method Summary | |
---|---|
int |
getConcurrency()
Get an integer specifying the maximum number of tests that may be run in parallel. |
Field Detail |
---|
static final int MIN_CONCURRENCY
static final int MAX_CONCURRENCY
Method Detail |
---|
int getConcurrency()
Parameters.getConcurrency()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |