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 java.lang.Object
implements Configurator


Nested Class Summary
static class AbstractDirectConfigurator.Setter
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configure

public void configure(org.testng.TestNG testng,
                      java.util.Map options)
               throws TestSetFailedException
Specified by:
configure in interface Configurator
Throws:
TestSetFailedException

loadListenerClasses

public static java.util.List loadListenerClasses(java.lang.String listenerClasses)
                                          throws TestSetFailedException
Throws:
TestSetFailedException

loadClass

public static java.lang.Class loadClass(java.lang.String className)
                                 throws TestSetFailedException
Throws:
TestSetFailedException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.