Modifier and Type | Method and Description |
---|---|
RunListener |
TestSetMockReporterFactory.createReporter() |
Modifier and Type | Method and Description |
---|---|
RunListener |
ForkClient.getReporter(Integer channelNumber)
Used when getting reporters on the plugin side of a fork.
|
Modifier and Type | Method and Description |
---|---|
RunListener |
FileReporterFactory.createReporter() |
Modifier and Type | Class and Description |
---|---|
class |
ForkingRunListener
Encodes the full output of the test run to the stdout stream.
|
Modifier and Type | Method and Description |
---|---|
RunListener |
ForkingReporterFactory.createReporter() |
Modifier and Type | Field and Description |
---|---|
protected RunListener |
JUnit4RunListener.reporter |
Constructor and Description |
---|
JUnit4RunListener(RunListener reporter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
PojoTestSet.execute(RunListener reportManager,
ClassLoader loader) |
void |
JUnitTestSet.execute(RunListener reporter,
ClassLoader loader) |
void |
SurefireTestSet.execute(RunListener reportManager,
ClassLoader loader) |
Constructor and Description |
---|
TestListenerInvocationHandler(RunListener reporter) |
Modifier and Type | Class and Description |
---|---|
class |
MockReporter
Internal use only
|
Modifier and Type | Class and Description |
---|---|
class |
ClassesParallelRunListener |
class |
ConcurrentReporterManager |
class |
MethodsParallelRunListener |
Modifier and Type | Method and Description |
---|---|
void |
TestSet.incrementFinishedTests(RunListener reporterManager,
boolean reportImmediately) |
void |
TestSet.replay(RunListener target) |
void |
TestSet.setAllScheduled(RunListener reporterManager) |
Constructor and Description |
---|
JUnitCoreRunListener(RunListener reporter,
Map<String,TestSet> classMethodCounts) |
Modifier and Type | Class and Description |
---|---|
class |
AsynchRunListener
Transfers further processing of the request to a different thread,
returning immediately to calling code.
|
class |
TestConsoleOutputRunListener
Attaches the currently executing test method to the thread, allowing
test output to be directed to the proper test set.
|
static class |
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener |
static class |
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener |
class |
TestSetRunListener
Reports data for a single test set.
|
class |
ThreadLocalRunListener
Ensures that the current thread has a RunListener instance attached, and forwards calls to it.
|
Modifier and Type | Method and Description |
---|---|
RunListener |
ReporterFactory.createReporter()
Creates a reporter.
|
RunListener |
ThreadLocalRunListener.getTarget() |
protected abstract RunListener |
TestConsoleOutputRunListener.getTestMethodRunListener(ReportEntry report) |
protected RunListener |
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener.getTestMethodRunListener(ReportEntry report) |
protected RunListener |
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener.getTestMethodRunListener(ReportEntry report) |
protected abstract RunListener |
TestConsoleOutputRunListener.getTestSetRunListener(ReportEntry reportEntry) |
protected RunListener |
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener.getTestSetRunListener(ReportEntry reportEntry) |
protected RunListener |
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener.getTestSetRunListener(ReportEntry reportEntry) |
Constructor and Description |
---|
AsynchRunListener(RunListener target,
String role) |
Modifier and Type | Method and Description |
---|---|
static void |
TestNGDirectoryTestSuite.finishTestSuite(RunListener reporterManager,
Object suite) |
static void |
TestNGExecutor.run(Class[] testClasses,
String testSourceDirectory,
Map options,
org.apache.maven.artifact.versioning.ArtifactVersion version,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory,
String methodNamePattern) |
static void |
TestNGExecutor.run(List suiteFiles,
String testSourceDirectory,
Map options,
org.apache.maven.artifact.versioning.ArtifactVersion version,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory) |
static void |
TestNGDirectoryTestSuite.startTestSuite(RunListener reporter,
Object suite) |
Constructor and Description |
---|
ConfigurationAwareTestNGReporter(RunListener reportManager,
TestNgTestSuite source) |
TestNGReporter(RunListener reportManager)
Constructs a new instance that will listen to
test updates from a
TestNG class instance. |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.