Uses of Enum
org.testng.xml.XmlSuite.ParallelMode
Packages that use XmlSuite.ParallelMode
-
Uses of XmlSuite.ParallelMode in org.testng
Fields in org.testng declared as XmlSuite.ParallelModeMethods in org.testng with parameters of type XmlSuite.ParallelMode -
Uses of XmlSuite.ParallelMode in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type XmlSuite.ParallelModeModifier and TypeMethodDescriptionstatic 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 -
Uses of XmlSuite.ParallelMode in org.testng.xml
Fields in org.testng.xml declared as XmlSuite.ParallelModeMethods in org.testng.xml that return XmlSuite.ParallelModeModifier and TypeMethodDescriptionXmlSuite.getParallel()
Returns the parallel mode.XmlTest.getParallel()
static XmlSuite.ParallelMode
XmlSuite.ParallelMode.getValidParallel
(String parallel) static XmlSuite.ParallelMode
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.ParallelModeModifier and TypeMethodDescriptionvoid
XmlSuite.setParallel
(XmlSuite.ParallelMode parallel) Sets the parallel mode.void
XmlTest.setParallel
(XmlSuite.ParallelMode parallel)