Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.xml |
Modifier and Type | Field and Description |
---|---|
XmlSuite.ParallelMode |
CommandLineArgs.parallelMode |
Modifier and Type | Method and Description |
---|---|
void |
TestNG.setParallel(XmlSuite.ParallelMode parallel) |
Modifier and Type | Method and Description |
---|---|
static AbstractParallelWorker |
AbstractParallelWorker.newWorker(XmlSuite.ParallelMode mode) |
Modifier and Type | Field and Description |
---|---|
static XmlSuite.ParallelMode |
XmlSuite.DEFAULT_PARALLEL |
Modifier and Type | Method and Description |
---|---|
XmlSuite.ParallelMode |
XmlTest.getParallel() |
XmlSuite.ParallelMode |
XmlSuite.getParallel()
Returns the parallel mode.
|
static XmlSuite.ParallelMode |
XmlSuite.ParallelMode.getValidParallel(String parallel) |
static XmlSuite.ParallelMode |
XmlSuite.ParallelMode.skipDeprecatedValues(XmlSuite.ParallelMode parallel) |
static XmlSuite.ParallelMode |
XmlSuite.ParallelMode.valueOf(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 and Description |
---|---|
void |
XmlTest.setParallel(XmlSuite.ParallelMode parallel) |
void |
XmlSuite.setParallel(XmlSuite.ParallelMode parallel)
Sets the parallel mode
|
static XmlSuite.ParallelMode |
XmlSuite.ParallelMode.skipDeprecatedValues(XmlSuite.ParallelMode parallel) |
Copyright © 2024. All rights reserved.