Package | Description |
---|---|
org.testng | |
org.testng.xml |
Modifier and Type | Field and Description |
---|---|
private XmlSuite.ParallelMode |
TestNG.m_parallelMode |
XmlSuite.ParallelMode |
CommandLineArgs.parallelMode |
Modifier and Type | Method and Description |
---|---|
void |
TestNG.setParallel(XmlSuite.ParallelMode parallel) |
Modifier and Type | Field and Description |
---|---|
static XmlSuite.ParallelMode |
XmlSuite.DEFAULT_PARALLEL |
private XmlSuite.ParallelMode |
XmlSuite.m_parallel |
private XmlSuite.ParallelMode |
XmlTest.m_parallel |
Modifier and Type | Method and 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 and 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) |