Uses of Class
org.testng.xml.XmlSuite.ParallelMode
-
Packages that use XmlSuite.ParallelMode Package Description org.testng org.testng.internal.invokers org.testng.reporters org.testng.xml -
-
Uses of XmlSuite.ParallelMode in org.testng
Fields in org.testng declared as XmlSuite.ParallelMode Modifier and Type Field Description XmlSuite.ParallelMode
CommandLineArgs. parallelMode
Methods in org.testng with parameters of type XmlSuite.ParallelMode Modifier and Type Method Description void
TestNG. setParallel(XmlSuite.ParallelMode parallel)
-
Uses of XmlSuite.ParallelMode in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type XmlSuite.ParallelMode Modifier and Type Method Description static AbstractParallelWorker
AbstractParallelWorker. newWorker(XmlSuite.ParallelMode mode, boolean groupByInstances)
-
Uses of XmlSuite.ParallelMode in org.testng.reporters
Methods in org.testng.reporters that return XmlSuite.ParallelMode Modifier and Type Method Description XmlSuite.ParallelMode
EmailableReporter2.SuiteResult. getParallelMode()
-
Uses of XmlSuite.ParallelMode in org.testng.xml
Fields in org.testng.xml declared as XmlSuite.ParallelMode Modifier and Type Field Description static XmlSuite.ParallelMode
XmlSuite. DEFAULT_PARALLEL
Methods in org.testng.xml that return XmlSuite.ParallelMode 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. 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.Methods in org.testng.xml with parameters of type XmlSuite.ParallelMode Modifier and Type Method Description void
XmlSuite. setParallel(XmlSuite.ParallelMode parallel)
Sets the parallel mode.void
XmlTest. setParallel(XmlSuite.ParallelMode parallel)
-