Package org.apache.maven.surefire.report
Interface ReporterFactory
- All Known Implementing Classes:
ForkingReporterFactory
public interface ReporterFactory
Used by the providers to request (per-thread) run listeners.
- Author:
- Kristian Rosenvold
-
Method Summary
Modifier and TypeMethodDescriptionclose()
Closes the factory, freeing resources allocated in the factory.Creates a reporter.
-
Method Details
-
createReporter
RunListener createReporter()Creates a reporter.- Returns:
- A reporter instance
-
close
RunResult close()Closes the factory, freeing resources allocated in the factory.- Returns:
- The run result
-