| Modifier and Type | Method and Description |
|---|---|
RunResult |
JUnit3Provider.invoke(java.lang.Object forkTestSet) |
| Modifier and Type | Method and Description |
|---|---|
RunResult |
JUnit4Provider.invoke(java.lang.Object forkTestSet) |
| Modifier and Type | Method and Description |
|---|---|
RunResult |
JUnitCoreProvider.invoke(java.lang.Object forkTestSet) |
void |
ConcurrentReporterManager.testSetCompleted(ReportEntry result) |
| Modifier and Type | Method and Description |
|---|---|
RunResult |
SurefireProvider.invoke(java.lang.Object forkTestSet)
The test that will be invoked through a fork; used only for forkmode=pertest, when the classpath
scanning happens on the plugin-side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reporter.testSetCompleted(ReportEntry report)
Indicates end of a given test-set
|
void |
AbstractTextReporter.testSetCompleted(ReportEntry report) |
void |
ReportWriter.testSetCompleted(ReportEntry report)
Indicates end of a given test-set
|
void |
AbstractFileReporter.testSetCompleted(ReportEntry report) |
void |
XMLReporter.testSetCompleted(ReportEntry report) |
void |
AbstractReporter.testSetCompleted(ReportEntry report) |
void |
Reporter.testSetStarting(ReportEntry report)
Indicates the start of a given test-set
|
void |
AbstractTextReporter.testSetStarting(ReportEntry report) |
void |
MulticastingReporter.testSetStarting(ReportEntry report) |
void |
ReportWriter.testSetStarting(ReportEntry report)
Indicates the start of a given test-set
|
void |
ReporterManager.testSetStarting(ReportEntry report) |
void |
AbstractFileReporter.testSetStarting(ReportEntry report) |
void |
XMLReporter.testSetStarting(ReportEntry report) |
void |
AbstractReporter.testSetStarting(ReportEntry report) |
void |
AbstractConsoleReporter.testSetStarting(ReportEntry report) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestNGXmlTestSuite.execute(ReporterManagerFactory reporterManagerFactory) |
void |
TestNgTestSuite.execute(java.lang.String testSetName,
ReporterManagerFactory reporterManagerFactory,
java.lang.ClassLoader classLoader) |
void |
TestNGDirectoryTestSuite.execute(java.lang.String testSetName,
ReporterManagerFactory reporterManagerFactory,
java.lang.ClassLoader classLoader) |
void |
TestNGDirectoryTestSuite.execute(TestsToRun testsToRun,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
static void |
TestNGDirectoryTestSuite.finishTestSuite(Reporter reporterManager,
java.lang.Object suite) |
RunResult |
TestNGProvider.invoke(java.lang.Object forkTestSet) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.