| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.reporters | |
| org.testng.xml |
| Modifier and Type | Field and Description |
|---|---|
private XmlSuite.ParallelMode |
TestNG.m_parallelMode |
private XmlSuite.ParallelMode |
JarFileUtils.mode |
XmlSuite.ParallelMode |
CommandLineArgs.parallelMode |
| Modifier and Type | Method and Description |
|---|---|
void |
TestNG.setParallel(XmlSuite.ParallelMode parallel) |
| Constructor and Description |
|---|
JarFileUtils(IPostProcessor processor,
java.lang.String xmlPathInJar,
java.util.List<java.lang.String> testNames,
XmlSuite.ParallelMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractParallelWorker |
AbstractParallelWorker.newWorker(XmlSuite.ParallelMode mode,
boolean groupByInstances) |
| Modifier and Type | Field and Description |
|---|---|
private XmlSuite.ParallelMode |
EmailableReporter2.SuiteResult.mode |
| Modifier and Type | Method and Description |
|---|---|
XmlSuite.ParallelMode |
EmailableReporter2.SuiteResult.getParallelMode() |
| 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) |