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 |
AsynchRunListener.close() |
void |
AbstractTextReporter.testSetCompleted(ReportEntry report) |
void |
AbstractReporter.testSetCompleted(ReportEntry report) |
void |
AbstractFileReporter.testSetCompleted(ReportEntry report) |
void |
ConsoleOutputFileReporter.testSetCompleted(ReportEntry report) |
void |
XMLReporter.testSetCompleted(ReportEntry report) |
void |
TestConsoleOutputRunListener.testSetCompleted(ReportEntry report) |
void |
Reporter.testSetCompleted(ReportEntry report)
Indicates end of a given test-set
|
void |
AbstractTextReporter.testSetStarting(ReportEntry report) |
void |
AbstractReporter.testSetStarting(ReportEntry report) |
void |
AbstractFileReporter.testSetStarting(ReportEntry report) |
void |
AbstractConsoleReporter.testSetStarting(ReportEntry report) |
void |
XMLReporter.testSetStarting(ReportEntry report) |
void |
TestConsoleOutputRunListener.testSetStarting(ReportEntry report) |
void |
Reporter.testSetStarting(ReportEntry report)
Indicates the start of a given test-set
|
Modifier and Type | Method and Description |
---|---|
void |
TestNGXmlTestSuite.execute(ReporterFactory reporterManagerFactory) |
void |
TestNgTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.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.