public static interface Parameters.ConcurrencyParameters
Modifier and Type | Field and Description |
---|---|
static int |
MAX_CONCURRENCY
The highest allowed value for the concurrency.
|
static int |
MIN_CONCURRENCY
The lowest permitted value for the concurrency.
|
Modifier and Type | Method and Description |
---|---|
int |
getConcurrency()
Get an integer specifying the maximum number of tests that may
be run in parallel.
|
static final int MIN_CONCURRENCY
static final int MAX_CONCURRENCY
int getConcurrency()
Parameters.getConcurrency()
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.