Uses of Enum Class
org.testng.xml.XmlSuite.ParallelMode
Packages that use XmlSuite.ParallelMode
-
Uses of XmlSuite.ParallelMode in org.testng
Fields in org.testng declared as XmlSuite.ParallelModeModifier and TypeFieldDescriptionprivate XmlSuite.ParallelMode
TestNG.m_parallelMode
private final XmlSuite.ParallelMode
JarFileUtils.mode
CommandLineArgs.parallelMode
Methods in org.testng with parameters of type XmlSuite.ParallelModeConstructors in org.testng with parameters of type XmlSuite.ParallelModeModifierConstructorDescription(package private)
JarFileUtils
(IPostProcessor processor, String xmlPathInJar, List<String> testNames, XmlSuite.ParallelMode mode) -
Uses of XmlSuite.ParallelMode in org.testng.internal
Methods in org.testng.internal with parameters of type XmlSuite.ParallelModeModifier and TypeMethodDescriptionstatic AbstractParallelWorker
AbstractParallelWorker.newWorker
(XmlSuite.ParallelMode mode, boolean groupByInstances) -
Uses of XmlSuite.ParallelMode in org.testng.reporters
Fields in org.testng.reporters declared as XmlSuite.ParallelModeModifier and TypeFieldDescriptionprivate final XmlSuite.ParallelMode
EmailableReporter2.SuiteResult.mode
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.ParallelModeModifier and TypeFieldDescriptionstatic final XmlSuite.ParallelMode
XmlSuite.DEFAULT_PARALLEL
private XmlSuite.ParallelMode
XmlSuite.m_parallel
private XmlSuite.ParallelMode
XmlTest.m_parallel
Methods 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
XmlSuite.ParallelMode.skipDeprecatedValues
(XmlSuite.ParallelMode parallel) Deprecated.- This method stands deprecated as of v7.4.0static XmlSuite.ParallelMode
Returns the enum constant of this class with the specified name.static XmlSuite.ParallelMode[]
XmlSuite.ParallelMode.values()
Returns an array containing the constants of this enum class, 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) static XmlSuite.ParallelMode
XmlSuite.ParallelMode.skipDeprecatedValues
(XmlSuite.ParallelMode parallel) Deprecated.- This method stands deprecated as of v7.4.0private static void
XmlSuite.ParallelMode.warnUser
(String value, XmlSuite.ParallelMode mode)