org.apache.maven.surefire.testng.conf
Class AbstractDirectConfigurator
java.lang.Object
  
org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator
- All Implemented Interfaces: 
 - Configurator
 
- Direct Known Subclasses: 
 - TestNG4751Configurator, TestNG52Configurator
 
public abstract class AbstractDirectConfigurator
- extends Object
- implements Configurator
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
configure
public void configure(org.testng.TestNG testng,
                      Map options)
               throws TestSetFailedException
- Specified by:
 configure in interface Configurator
 
- Throws:
 TestSetFailedException
 
loadListenerClasses
public static List loadListenerClasses(String listenerClasses)
                                throws TestSetFailedException
 
- Throws:
 TestSetFailedException
 
loadClass
public static Class loadClass(String className)
                       throws TestSetFailedException
 
- Throws:
 TestSetFailedException
 
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.