| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.xml |
| Modifier and Type | Field | Description |
|---|---|---|
XmlSuite.ParallelMode |
CommandLineArgs.parallelMode |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TestNG.setParallel(XmlSuite.ParallelMode parallel) |
| Modifier and Type | Method | Description |
|---|---|---|
static AbstractParallelWorker |
AbstractParallelWorker.newWorker(XmlSuite.ParallelMode mode) |
| Modifier and Type | Field | Description |
|---|---|---|
static XmlSuite.ParallelMode |
XmlSuite.DEFAULT_PARALLEL |
| Modifier and Type | Method | Description |
|---|---|---|
XmlSuite.ParallelMode |
XmlSuite.getParallel() |
Returns the parallel mode.
|
XmlSuite.ParallelMode |
XmlTest.getParallel() |
|
static XmlSuite.ParallelMode |
XmlSuite.ParallelMode.getValidParallel(java.lang.String parallel) |
|
static XmlSuite.ParallelMode |
XmlSuite.ParallelMode.skipDeprecatedValues(XmlSuite.ParallelMode parallel) |
|
static XmlSuite.ParallelMode |
XmlSuite.ParallelMode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static XmlSuite.ParallelMode[] |
XmlSuite.ParallelMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
XmlSuite.setParallel(XmlSuite.ParallelMode parallel) |
Sets the parallel mode
|
void |
XmlTest.setParallel(XmlSuite.ParallelMode parallel) |
|
static XmlSuite.ParallelMode |
XmlSuite.ParallelMode.skipDeprecatedValues(XmlSuite.ParallelMode parallel) |