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

java.lang.Object
  extended by org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator
      extended by org.apache.maven.surefire.testng.conf.TestNG52Configurator
All Implemented Interfaces:
Configurator

public class TestNG52Configurator
extends AbstractDirectConfigurator

TestNG 5.2 configurator.

Allowed options: -groups -excludedgroups -junit (boolean) -threadcount (int) -parallel (String)

Author:
Alex Popescu

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator
AbstractDirectConfigurator.Setter
 
Constructor Summary
TestNG52Configurator()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator
configure, loadClass, loadListenerClasses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNG52Configurator

public TestNG52Configurator()


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