org.apache.maven.surefire.testng
Class TestNGTestSet
java.lang.Object
org.apache.maven.surefire.testset.AbstractTestSet
org.apache.maven.surefire.testng.TestNGTestSet
- All Implemented Interfaces:
- org.apache.maven.surefire.testset.SurefireTestSet
public class TestNGTestSet
- extends org.apache.maven.surefire.testset.AbstractTestSet
Main plugin point for running testng tests within the Surefire runtime
infrastructure.
- Author:
- jkuhnert
Constructor Summary |
TestNGTestSet(java.lang.Class testClass)
Creates a new test testset that will process the class being
passed in to determine the testing configuration. |
Method Summary |
void |
execute(org.apache.maven.surefire.report.ReporterManager reportManager,
java.lang.ClassLoader loader)
|
int |
getTestCount()
|
Methods inherited from class org.apache.maven.surefire.testset.AbstractTestSet |
getName, getTestClass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestNGTestSet
public TestNGTestSet(java.lang.Class testClass)
- Creates a new test testset that will process the class being
passed in to determine the testing configuration.
getTestCount
public int getTestCount()
throws org.apache.maven.surefire.testset.TestSetFailedException
- Throws:
org.apache.maven.surefire.testset.TestSetFailedException
execute
public void execute(org.apache.maven.surefire.report.ReporterManager reportManager,
java.lang.ClassLoader loader)
Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.