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 Configurator
TestSetFailedException
public void configure(org.testng.xml.XmlSuite suite, Map options) throws TestSetFailedException
configure
in interface Configurator
TestSetFailedException
public static List loadListenerClasses(String listenerClasses) throws TestSetFailedException
TestSetFailedException
public static Class loadClass(String className) throws TestSetFailedException
TestSetFailedException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.