org.apache.maven.surefire.testng.conf
Interface Configurator
- All Known Implementing Classes:
- AbstractDirectConfigurator, TestNG4751Configurator, TestNG52Configurator, TestNG652Configurator, TestNGMapConfigurator
public interface Configurator
Configurator for passing configuration properties to TestNG
|
Method Summary |
void |
configure(org.testng.TestNG testng,
Map options)
|
void |
configure(org.testng.xml.XmlSuite suite,
Map options)
|
configure
void configure(org.testng.TestNG testng,
Map options)
throws org.apache.maven.surefire.testset.TestSetFailedException
- Throws:
org.apache.maven.surefire.testset.TestSetFailedException
configure
void configure(org.testng.xml.XmlSuite suite,
Map options)
throws org.apache.maven.surefire.testset.TestSetFailedException
- Throws:
org.apache.maven.surefire.testset.TestSetFailedException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.