org.apache.maven.surefire.testng.conf
Class AbstractDirectConfigurator

java.lang.Object
  extended by org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator
All Implemented Interfaces:
Configurator
Direct Known Subclasses:
TestNG4751Configurator, TestNG52Configurator

public abstract class AbstractDirectConfigurator
extends Object
implements Configurator


Nested Class Summary
static class AbstractDirectConfigurator.Setter
           
 
Field Summary
protected  Map setters
           
 
Constructor Summary
protected AbstractDirectConfigurator()
           
 
Method Summary
 void configure(org.testng.TestNG testng, Map options)
           
static Class loadClass(String className)
           
static List loadListenerClasses(String listenerClasses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

setters

protected final Map setters
Constructor Detail

AbstractDirectConfigurator

protected AbstractDirectConfigurator()
Method Detail

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-2012 Apache Software Foundation. All Rights Reserved.