org.apache.maven.surefire.testng
Interface TestNgTestSuite

All Known Implementing Classes:
TestNGDirectoryTestSuite, TestNGXmlTestSuite

public interface TestNgTestSuite

A complete test suite that contains one or more test sets.

Author:
Brett Porter

Method Summary
 void execute(java.lang.String testSetName, ReporterManagerFactory reporterManagerFactory, java.lang.ClassLoader classLoader)
           
 java.util.Map locateTestSets(java.lang.ClassLoader classLoader)
           
 

Method Detail

execute

void execute(java.lang.String testSetName,
             ReporterManagerFactory reporterManagerFactory,
             java.lang.ClassLoader classLoader)
             throws ReporterException,
                    TestSetFailedException
Throws:
ReporterException
TestSetFailedException

locateTestSets

java.util.Map locateTestSets(java.lang.ClassLoader classLoader)
                             throws TestSetFailedException
Throws:
TestSetFailedException


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