| Modifier and Type | Method and Description |
|---|---|
ReporterFactory |
BaseProviderFactory.getReporterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentReporterManager |
ConcurrentReporterManager.createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterManagerFactory,
ReporterConfiguration reporterConfiguration,
boolean parallelClasses,
boolean parallelBoth) |
| Constructor and Description |
|---|
ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ReporterConfiguration reporterConfiguration) |
ConcurrentReporterManager(ReporterFactory reporterFactory,
boolean reportImmediately,
ReporterConfiguration reporterConfiguration,
java.util.Map<java.lang.String,TestSet> classMethodCounts) |
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ReporterConfiguration reporterConfiguration,
boolean reportImmediately) |
| Modifier and Type | Method and Description |
|---|---|
ReporterFactory |
ProviderParameters.getReporterFactory()
Provides features for creating reporting objects
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReporterManagerFactory
Note; this class contains "old" and "new" style instantiation, "old" style can be removed once we build 2.7.X + with 2.7
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestNGDirectoryTestSuite.execute(TestsToRun testsToRun,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.