Uses of Class
org.apache.maven.surefire.report.ReporterConfiguration
-
Packages that use ReporterConfiguration Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.providerapi org.apache.maven.surefire.testng org.apache.maven.surefire.util.internal -
-
Uses of ReporterConfiguration in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ReporterConfiguration Modifier and Type Field Description private ReporterConfigurationBaseProviderFactory. reporterConfigurationprivate ReporterConfigurationProviderConfiguration. reporterConfigurationMethods in org.apache.maven.surefire.booter that return ReporterConfiguration Modifier and Type Method Description ReporterConfigurationBaseProviderFactory. getReporterConfiguration()ReporterConfigurationProviderConfiguration. getReporterConfiguration()Methods in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration Modifier and Type Method Description private java.io.FileDumpErrorSingleton. createDumpFile(java.lang.String dumpFileName, ReporterConfiguration configuration)private java.io.FileDumpErrorSingleton. createDumpStreamFile(java.lang.String dumpFileName, ReporterConfiguration configuration)(package private) java.lang.ObjectSurefireReflector. createReporterConfiguration(ReporterConfiguration reporterConfig)voidDumpErrorSingleton. init(java.lang.String dumpFileName, ReporterConfiguration configuration)voidBaseProviderFactory. setReporterConfiguration(ReporterConfiguration reporterConfiguration)voidReporterConfigurationAware. setReporterConfiguration(ReporterConfiguration reporterConfiguration)(package private) voidSurefireReflector. setReporterConfiguration(java.lang.Object o, ReporterConfiguration reporterConfiguration)voidSurefireReflector. setReporterConfigurationAware(java.lang.Object o, ReporterConfiguration reporterConfiguration1)Constructors in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration Constructor 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) -
Uses of ReporterConfiguration in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return ReporterConfiguration Modifier and Type Method Description ReporterConfigurationProviderParameters. getReporterConfiguration()The raw parameters used in creating the ReporterManagerFactory -
Uses of ReporterConfiguration in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as ReporterConfiguration Modifier and Type Field Description private ReporterConfigurationTestNGProvider. reporterConfiguration -
Uses of ReporterConfiguration in org.apache.maven.surefire.util.internal
Methods in org.apache.maven.surefire.util.internal with parameters of type ReporterConfiguration Modifier and Type Method Description static java.io.FileDumpFileUtils. newDumpFile(java.lang.String dumpFileName, ReporterConfiguration configuration)New dump file.
-