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 | Class and Description |
---|---|
class |
TestSetRunListener
Reports data for a single test set.
|
Modifier and Type | Method and Description |
---|---|
RunListener |
DefaultReporterFactory.createReporter() |
RunListener |
DefaultReporterFactory.createTestSetRunListener() |
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 |
SurefireTestSet.execute(RunListener reportManager,
ClassLoader loader) |
void |
JUnitTestSet.execute(RunListener reporter,
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 |
ConcurrentRunListener
Handles responses from concurrent junit
Stuff to remember about JUnit threading:
parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread
parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread
parallel=both; same as parallel=methods
|
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) |
NonConcurrentRunListener(RunListener reporter) |
Modifier and Type | Method and Description |
---|---|
RunListener |
ReporterFactory.createReporter()
Creates a reporter.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestNGDirectoryTestSuite.finishTestSuite(RunListener reporterManager,
Object suite) |
static void |
TestNGExecutor.run(Class[] testClasses,
String testSourceDirectory,
Map options,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory,
String methodNamePattern) |
static void |
TestNGExecutor.run(List<String> suiteFiles,
String testSourceDirectory,
Map options,
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-2016 The Apache Software Foundation. All Rights Reserved.