Package | Description |
---|---|
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.providerapi | |
org.apache.maven.surefire.testng | |
org.apache.maven.surefire.util.internal |
Modifier and Type | Field and Description |
---|---|
private ReporterConfiguration |
BaseProviderFactory.reporterConfiguration |
private ReporterConfiguration |
ProviderConfiguration.reporterConfiguration |
Modifier and Type | Method and Description |
---|---|
ReporterConfiguration |
BaseProviderFactory.getReporterConfiguration() |
ReporterConfiguration |
ProviderConfiguration.getReporterConfiguration() |
Modifier and Type | Method and Description |
---|---|
private java.io.File |
DumpErrorSingleton.createDumpFile(java.lang.String dumpFileName,
ReporterConfiguration configuration) |
private java.io.File |
DumpErrorSingleton.createDumpStreamFile(java.lang.String dumpFileName,
ReporterConfiguration configuration) |
(package private) java.lang.Object |
SurefireReflector.createReporterConfiguration(ReporterConfiguration reporterConfig) |
void |
DumpErrorSingleton.init(java.lang.String dumpFileName,
ReporterConfiguration configuration) |
(package private) void |
SurefireReflector.setReporterConfiguration(java.lang.Object o,
ReporterConfiguration reporterConfiguration) |
void |
ReporterConfigurationAware.setReporterConfiguration(ReporterConfiguration reporterConfiguration) |
void |
BaseProviderFactory.setReporterConfiguration(ReporterConfiguration reporterConfiguration) |
void |
SurefireReflector.setReporterConfigurationAware(java.lang.Object o,
ReporterConfiguration reporterConfiguration1) |
Constructor and Description |
---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
RunOrderParameters runOrderParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
java.util.Map<java.lang.String,java.lang.String> providerProperties,
TypeEncodedValue typeEncodedTestSet,
boolean readTestsFromInStream,
java.util.List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount,
Shutdown shutdown,
java.lang.Integer systemExitTimeout) |
Modifier and Type | Method and Description |
---|---|
ReporterConfiguration |
ProviderParameters.getReporterConfiguration()
The raw parameters used in creating the ReporterManagerFactory
|
Modifier and Type | Field and Description |
---|---|
private ReporterConfiguration |
TestNGProvider.reporterConfiguration |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
DumpFileUtils.newDumpFile(java.lang.String dumpFileName,
ReporterConfiguration configuration)
New dump file.
|