public abstract class AbstractDirectConfigurator extends java.lang.Object implements Configurator
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDirectConfigurator.Setter |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
setters |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDirectConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.testng.TestNG testng,
java.util.Map options) |
static java.lang.Class |
loadClass(java.lang.String className) |
static java.util.List |
loadListenerClasses(java.lang.String listenerClasses) |
public void configure(org.testng.TestNG testng,
java.util.Map options)
throws TestSetFailedException
configure in interface ConfiguratorTestSetFailedExceptionpublic static java.util.List loadListenerClasses(java.lang.String listenerClasses)
throws TestSetFailedException
TestSetFailedExceptionpublic static java.lang.Class loadClass(java.lang.String className)
throws TestSetFailedException
TestSetFailedExceptionCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.