public class TestNGDirectoryTestSuite extends Object implements TestNgTestSuite
| Constructor and Description |
|---|
TestNGDirectoryTestSuite(String testSourceDirectory,
Properties confOptions,
File reportsDirectory,
String testMethodPattern,
RunOrderCalculator runOrderCalculator,
ScanResult scanResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
execute(TestsToRun testsToRun,
ReporterFactory reporterManagerFactory) |
void |
executeLazy(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
void |
executeMulti(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
static void |
finishTestSuite(RunListener reporterManager,
Object suite) |
String |
getSuiteName() |
Map |
locateTestSets(ClassLoader classLoader) |
static void |
startTestSuite(RunListener reporter,
Object suite) |
public TestNGDirectoryTestSuite(String testSourceDirectory, Properties confOptions, File reportsDirectory, String testMethodPattern, RunOrderCalculator runOrderCalculator, ScanResult scanResult)
public void execute(TestsToRun testsToRun, ReporterFactory reporterManagerFactory) throws ReporterException, TestSetFailedException
public void executeLazy(TestsToRun testsToRun, ReporterFactory reporterFactory) throws ReporterException, TestSetFailedException
public void executeMulti(TestsToRun testsToRun, ReporterFactory reporterFactory) throws ReporterException, TestSetFailedException
public void execute(String testSetName, ReporterFactory reporterManagerFactory) throws ReporterException, TestSetFailedException
execute in interface TestNgTestSuiteReporterExceptionTestSetFailedExceptionpublic static void startTestSuite(RunListener reporter, Object suite)
public static void finishTestSuite(RunListener reporterManager, Object suite) throws ReporterException
ReporterExceptionpublic String getSuiteName()
public Map locateTestSets(ClassLoader classLoader) throws TestSetFailedException
locateTestSets in interface TestNgTestSuiteTestSetFailedExceptionCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.