|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.report.ReporterManagerFactory
public class ReporterManagerFactory
Creates ReporterManager instances for the providers.
A ReporterManager and the underlying reporters are stateful objects. For safe concurrent usage of the reporting infrastructure, each thread needs its own instance. This factory also ensures that runStarting/runCompleted is called on the FIRST reporterManger that is allocated, but none of the subsequent managers.
| Constructor Summary | |
|---|---|
ReporterManagerFactory(java.util.List reportDefinitions,
java.lang.ClassLoader surefireClassLoader)
|
|
| Method Summary | |
|---|---|
void |
close()
|
ReporterManager |
createReporterManager()
|
RunStatistics |
getGlobalRunStatistics()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReporterManagerFactory(java.util.List reportDefinitions,
java.lang.ClassLoader surefireClassLoader)
| Method Detail |
|---|
public RunStatistics getGlobalRunStatistics()
public ReporterManager createReporterManager()
throws TestSetFailedException
TestSetFailedExceptionpublic void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||