Package org.apache.maven.plugin.surefire
Class CommonReflector
java.lang.Object
org.apache.maven.plugin.surefire.CommonReflector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Object
createConsoleLogger
(ConsoleLogger consoleLogger, ClassLoader cl) createReportingReporterFactory
(StartupReportConfiguration startupReportConfiguration, ConsoleLogger consoleLogger) private Object
createStartupReportConfiguration
(StartupReportConfiguration reporterConfiguration)
-
Field Details
-
startupReportConfiguration
-
consoleLogger
-
statelessTestsetReporter
-
consoleOutputReporter
-
statelessTestsetInfoReporter
-
surefireClassLoader
-
-
Constructor Details
-
CommonReflector
-
-
Method Details
-
createReportingReporterFactory
public Object createReportingReporterFactory(@Nonnull StartupReportConfiguration startupReportConfiguration, @Nonnull ConsoleLogger consoleLogger) -
createStartupReportConfiguration
private Object createStartupReportConfiguration(@Nonnull StartupReportConfiguration reporterConfiguration) -
createConsoleLogger
-