Modifier and Type | Class and Description |
---|---|
class |
DefaultReporterFactory
Provides reporting modules on the plugin side.
|
Modifier and Type | Class and Description |
---|---|
class |
ForkingReporterFactory
Creates ForkingReporters, which are typically one instance per TestSet or thread.
|
Modifier and Type | Method and Description |
---|---|
ReporterFactory |
BaseProviderFactory.getReporterFactory() |
Constructor and Description |
---|
BaseProviderFactory(ReporterFactory reporterFactory,
Boolean insideFork) |
Modifier and Type | Method and Description |
---|---|
static ConcurrentReporterManager |
ConcurrentReporterManager.createInstance(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterManagerFactory,
boolean parallelClasses,
boolean parallelBoth,
ConsoleLogger consoleLogger) |
Constructor and Description |
---|
ClassesParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
ConsoleLogger consoleLogger) |
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean reportImmediately,
ConsoleLogger consoleLogger) |
Modifier and Type | Method and Description |
---|---|
ReporterFactory |
ProviderParameters.getReporterFactory()
Provides features for creating reporting objects
|
Modifier and Type | Method and Description |
---|---|
void |
TestNGXmlTestSuite.execute(ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGXmlTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNgTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.execute(TestsToRun testsToRun,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.