Modifier and Type | Method and Description |
---|---|
void |
ConsoleOutputFileReporter.testSetCompleted(ReportEntry report) |
void |
StatelessXmlReporter.testSetCompleted(WrappedReportEntry testSetReportEntry,
TestSetStats testSetStats) |
void |
FileReporter.testSetCompleted(WrappedReportEntry report,
TestSetStats testSetStats,
List<String> testResults) |
void |
ConsoleReporter.testSetCompleted(WrappedReportEntry report,
TestSetStats testSetStats,
List<String> testResults) |
void |
ConsoleReporter.testSetStarting(ReportEntry report) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnit3Provider.invoke(Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnit4Provider.invoke(Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnitCoreProvider.invoke(Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
SurefireProvider.invoke(Object forkTestSet)
Runs a forked test
|
Modifier and Type | Method and Description |
---|---|
void |
TestNGXmlTestSuite.execute(ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNgTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.execute(TestsToRun testsToRun,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
static void |
TestNGDirectoryTestSuite.finishTestSuite(RunListener reporterManager,
Object suite) |
RunResult |
TestNGProvider.invoke(Object forkTestSet) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.