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 TestSetFailedException
- Throws:
TestSetFailedException
locateTestSets
Map locateTestSets(ClassLoader classLoader)
throws TestSetFailedException
- Throws:
TestSetFailedException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.