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 |
---|---|
static ReporterFactory |
SurefireReflector.createForkingReporterFactoryInCurrentClassLoader(Boolean trimStackTrace,
PrintStream originalSystemOut) |
ReporterFactory |
BaseProviderFactory.getReporterFactory() |
Constructor and Description |
---|
BaseProviderFactory(ReporterFactory reporterFactory,
Boolean insideFork) |
Modifier and Type | Method and Description |
---|---|
static ConcurrentRunListener |
ConcurrentRunListener.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 |
TestNgTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGXmlTestSuite.execute(String testSetName,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.execute(TestsToRun testsToRun,
ReporterFactory reporterManagerFactory) |
void |
TestNGDirectoryTestSuite.executeLazy(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
void |
TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun,
ReporterFactory reporterFactory) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.