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) |
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 static List loadListenerClasses(String listenerClasses) throws TestSetFailedException
TestSetFailedException
public static Class loadClass(String className) throws TestSetFailedException
TestSetFailedException
Copyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.