public abstract class AbstractDirectConfigurator extends Object implements Configurator
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDirectConfigurator.Setter |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.testng.TestNG testng,
Map options) |
void |
configure(org.testng.xml.XmlSuite suite,
Map options) |
protected Map |
filterForSuite(Map options) |
static Class |
loadClass(String className) |
static List |
loadListenerClasses(String listenerClasses) |
public void configure(org.testng.TestNG testng,
Map options)
throws TestSetFailedException
configure in interface ConfiguratorTestSetFailedExceptionpublic void configure(org.testng.xml.XmlSuite suite,
Map options)
throws TestSetFailedException
configure in interface ConfiguratorTestSetFailedExceptionpublic static List loadListenerClasses(String listenerClasses) throws TestSetFailedException
TestSetFailedExceptionpublic static Class loadClass(String className) throws TestSetFailedException
TestSetFailedExceptionCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.