Class TestNG510Configurator
java.lang.Object
org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
org.apache.maven.surefire.testng.conf.TestNG510Configurator
- All Implemented Interfaces:
Configurator
- Direct Known Subclasses:
TestNG513Configurator
TestNG 5.10 configurator. Added support of dataproviderthreadcount.
- Since:
- 2.19
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
configure, configureParallel, configureThreadCount, convert, convertListeners, convertReporterConfig
-
Constructor Details
-
TestNG510Configurator
public TestNG510Configurator()
-
-
Method Details
-
configure
public void configure(org.testng.xml.XmlSuite suite, Map<String, String> options) throws TestSetFailedException- Specified by:
configure
in interfaceConfigurator
- Overrides:
configure
in classTestNGMapConfigurator
- Throws:
TestSetFailedException
-