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.ParallelModeModifier and TypeFieldDescriptionprivate XmlSuite.ParallelModeTestNG.m_parallelModeprivate final XmlSuite.ParallelModeJarFileUtils.modeCommandLineArgs.parallelModeMethods 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) (package private)JarFileUtils(IPostProcessor processor, String xmlPathInJar, List<String> testNames, XmlSuite.ParallelMode mode, boolean ignoreMissedTestNames) -
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
Fields in org.testng.reporters declared as XmlSuite.ParallelModeModifier and TypeFieldDescriptionprivate final XmlSuite.ParallelModeEmailableReporter2.SuiteResult.modeMethods 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.ParallelModeXmlSuite.DEFAULT_PARALLELprivate XmlSuite.ParallelModeXmlSuite.m_parallelprivate XmlSuite.ParallelModeXmlTest.m_parallelMethods 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) private static voidXmlSuite.ParallelMode.warnUser(String value, XmlSuite.ParallelMode mode)