org.apache.maven.surefire.testng
Class TestNGTestSet

java.lang.Object
  extended by org.apache.maven.surefire.testng.TestNGTestSet

public class TestNGTestSet
extends Object

Main plugin point for running testng tests within the Surefire runtime infrastructure.

Author:
jkuhnert

Constructor Summary
TestNGTestSet(Class testClass)
          Creates a new test testset that will process the class being passed in to determine the testing configuration.
 
Method Summary
 String getName()
           
 Class getTestClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGTestSet

public TestNGTestSet(Class testClass)
Creates a new test testset that will process the class being passed in to determine the testing configuration.

Parameters:
testClass - The test class
Method Detail

getName

public String getName()

getTestClass

public Class getTestClass()


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