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 AbstractParallelWorkerAbstractParallelWorker.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
Subclasses with type arguments of type XmlSuite.ParallelMode in org.testng.xmlFields 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.ParallelModeXmlSuite.ParallelMode.getValidParallel(String parallel) static XmlSuite.ParallelModeReturns 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 TypeMethodDescriptionvoidXmlSuite.setParallel(XmlSuite.ParallelMode parallel) Sets the parallel mode.voidXmlTest.setParallel(XmlSuite.ParallelMode parallel)