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
 
 
execute
void execute(String testSetName,
             ReporterFactory reporterManagerFactory)
             throws ReporterException,
                    TestSetFailedException
- Throws:
 ReporterException
TestSetFailedException
 
locateTestSets
Map locateTestSets(ClassLoader classLoader)
                   throws TestSetFailedException
- Throws:
 TestSetFailedException
 
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.