Class TestNG5141Configurator
- java.lang.Object
-
- org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
-
- org.apache.maven.surefire.testng.conf.TestNG510Configurator
-
- org.apache.maven.surefire.testng.conf.TestNG513Configurator
-
- org.apache.maven.surefire.testng.conf.TestNG5141Configurator
-
- All Implemented Interfaces:
Configurator
- Direct Known Subclasses:
TestNG5143Configurator
public class TestNG5141Configurator extends TestNG513Configurator
TestNG 5.14.1 configurator. Changed: "listener" use List instead of String.
-
-
Constructor Summary
Constructors Constructor Description TestNG5141Configurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
convertListeners(java.lang.String listenerClasses)
-
Methods inherited from class org.apache.maven.surefire.testng.conf.TestNG513Configurator
convertListenersString, convertReporterConfig
-
Methods inherited from class org.apache.maven.surefire.testng.conf.TestNG510Configurator
configure
-
Methods inherited from class org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
configure, convert, getConvertedOptions
-
-
-
-
Method Detail
-
convertListeners
protected java.lang.Object convertListeners(java.lang.String listenerClasses) throws TestSetFailedException
- Overrides:
convertListeners
in classTestNG513Configurator
- Throws:
TestSetFailedException
-
-