public interface Configurator
Modifier and Type | Method and Description |
---|---|
void |
configure(org.testng.TestNG testng,
Map<String,String> options) |
void |
configure(org.testng.xml.XmlSuite suite,
Map<String,String> options) |
void configure(org.testng.TestNG testng, Map<String,String> options) throws TestSetFailedException
TestSetFailedException
void configure(org.testng.xml.XmlSuite suite, Map<String,String> options) throws TestSetFailedException
TestSetFailedException
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.