public class TestNG740Configurator extends TestNG60Configurator
Constructor and Description |
---|
TestNG740Configurator() |
Modifier and Type | Method and Description |
---|---|
protected void |
configureParallel(org.testng.xml.XmlSuite suite,
Map<String,String> options)
Convert and apply the value of the [parallel] setting.
|
convertListeners
convertReporterConfig
configure
configure, configureThreadCount, convert
protected void configureParallel(org.testng.xml.XmlSuite suite, Map<String,String> options) throws TestSetFailedException
NOTE: Since TestNG 7.4, the value of the parallel
setting of the XmlSuite
class has been
specified via a ParallelMode enumeration. This method converts the [parallel] setting specified in the
Surefire plugin configuration to its corresponding constant and applies this to the specified suite object.
configureParallel
in class TestNGMapConfigurator
suite
- TestNG XmlSuite
objectoptions
- Surefire plugin configuration optionsTestSetFailedException
- if unable to convert specified [parallel] settingCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.