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.ParallelModeCommandLineArgs. parallelModeMethods in org.testng with parameters of type XmlSuite.ParallelMode Modifier and Type Method Description voidTestNG. 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 AbstractParallelWorkerAbstractParallelWorker. 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.ParallelModeEmailableReporter2.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.ParallelModeXmlSuite. DEFAULT_PARALLELMethods in org.testng.xml that return XmlSuite.ParallelMode Modifier and Type Method Description XmlSuite.ParallelModeXmlSuite. getParallel()Returns the parallel mode.XmlSuite.ParallelModeXmlTest. getParallel()static XmlSuite.ParallelModeXmlSuite.ParallelMode. getValidParallel(java.lang.String parallel)static XmlSuite.ParallelModeXmlSuite.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 voidXmlSuite. setParallel(XmlSuite.ParallelMode parallel)Sets the parallel mode.voidXmlTest. setParallel(XmlSuite.ParallelMode parallel)
-