Interface Configurator
- All Known Implementing Classes:
AbstractDirectConfigurator,TestNG4751Configurator,TestNG510Configurator,TestNG513Configurator,TestNG5141Configurator,TestNG5143Configurator,TestNG52Configurator,TestNG60Configurator,TestNG740Configurator,TestNGMapConfigurator
public interface Configurator
Configurator for passing configuration properties to TestNG
-
Method Summary
-
Method Details
-
configure
void configure(org.testng.TestNG testng, Map<String, String> options) throws org.apache.maven.surefire.api.testset.TestSetFailedException- Throws:
org.apache.maven.surefire.api.testset.TestSetFailedException
-
configure
void configure(org.testng.xml.XmlSuite suite, Map<String, String> options) throws org.apache.maven.surefire.api.testset.TestSetFailedException- Throws:
org.apache.maven.surefire.api.testset.TestSetFailedException
-